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