Delegate CellClickEventHandler
Represents the method that will handle the event.
Assembly: Syncfusion.SfDataGrid.WinForms.dll
public delegate void CellClickEventHandler(object sender, CellClickEventArgs e);
Parameters
Type |
Name |
Description |
System.Object |
sender |
The object of the sender.
|
CellClickEventArgs |
e |
The that contains event data.
|
Constructors
Declaration
public CellClickEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(object sender, CellClickEventArgs e, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
CellClickEventArgs |
e |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(object sender, CellClickEventArgs e)
Parameters