Class GraphicCellMovingEventHandler
Inheritance
System.Object
GraphicCellMovingEventHandler
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class GraphicCellMovingEventHandler : MulticastDelegate
Constructors
GraphicCellMovingEventHandler(Object, IntPtr)
Declaration
public GraphicCellMovingEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, GraphicCellMovingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, GraphicCellMovingEventArgs e, AsyncCallback callback, object object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, GraphicCellMovingEventArgs)
Declaration
public virtual void Invoke(object sender, GraphicCellMovingEventArgs e)
Parameters