Class GraphicSelectionChangingEventHandler
Event handler to denotes the selection changing of GraphicCell
Inheritance
System.Object
GraphicSelectionChangingEventHandler
Assembly: Syncfusion.SfSpreadsheet.WPF.dll
Syntax
public sealed class GraphicSelectionChangingEventHandler : MulticastDelegate
Constructors
GraphicSelectionChangingEventHandler(Object, IntPtr)
Declaration
public GraphicSelectionChangingEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, GraphicSelectionChangingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, GraphicSelectionChangingEventArgs args, AsyncCallback callback, object object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, GraphicSelectionChangingEventArgs)
Declaration
public virtual void Invoke(object sender, GraphicSelectionChangingEventArgs args)
Parameters