Class GridCurrentCellMoveFailedEventHandler
Inheritance
System.Object
GridCurrentCellMoveFailedEventHandler
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class GridCurrentCellMoveFailedEventHandler : MulticastDelegate
Constructors
GridCurrentCellMoveFailedEventHandler(Object, IntPtr)
Declaration
public GridCurrentCellMoveFailedEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, GridCurrentCellMoveFailedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, GridCurrentCellMoveFailedEventArgs 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, GridCurrentCellMoveFailedEventArgs)
Declaration
public virtual void Invoke(object sender, GridCurrentCellMoveFailedEventArgs args)
Parameters