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