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