SpreadsheetGear 2023
ShapeSelectionChangingEventHandler Delegate


SpreadsheetGear.Windows.Forms Namespace : ShapeSelectionChangingEventHandler Delegate
Represents the method which handles a ShapeSelectionChanging event.
Syntax
'Declaration
 
Public Delegate Sub ShapeSelectionChangingEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As ShapeSelectionChangingEventArgs _
) 
'Usage
 
Dim instance As New ShapeSelectionChangingEventHandler(AddressOf HandlerMethod)
public delegate void ShapeSelectionChangingEventHandler( 
   System.object sender,
   ShapeSelectionChangingEventArgs e
)

Parameters

sender
e
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

ShapeSelectionChangingEventHandler Members
SpreadsheetGear.Windows.Forms Namespace