SpreadsheetGear 2023
OnShapeSelectionChanged Method (WorkbookView)


SpreadsheetGear.Windows.Forms Namespace > WorkbookView Class : OnShapeSelectionChanged Method
An instance of ShapeSelectionChangedEventArgs which contains the event data.
Raises the ShapeSelectionChanged event.
Syntax
'Declaration
 
Protected Overridable Sub OnShapeSelectionChanged( _
   ByVal e As ShapeSelectionChangedEventArgs _
) 
'Usage
 
Dim instance As WorkbookView
Dim e As ShapeSelectionChangedEventArgs
 
instance.OnShapeSelectionChanged(e)
protected virtual void OnShapeSelectionChanged( 
   ShapeSelectionChangedEventArgs e
)

Parameters

e
An instance of ShapeSelectionChangedEventArgs which contains the event data.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkbookView Class
WorkbookView Members
OnShapeSelectionChanging Method
ShapeSelectionChangedEventArgs Class
ShapeSelectionChanged Event