Class CurrentCellActivatingEventHandler
Represents a method that will handle the CurrentCell Activating Event.
Inheritance
System.Object
CurrentCellActivatingEventHandler
Assembly: Syncfusion.SfCellGrid.UWP.dll
Syntax
public sealed class CurrentCellActivatingEventHandler : MulticastDelegate
Constructors
CurrentCellActivatingEventHandler(Object, IntPtr)
Declaration
public CurrentCellActivatingEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, CurrentCellActivatingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, CurrentCellActivatingEventArgs 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, CurrentCellActivatingEventArgs)
Declaration
public virtual void Invoke(object sender, CurrentCellActivatingEventArgs e)
Parameters
Extension Methods