Delegate CommandCellClickEventHandler
Represents the method that will handle the CommandCellClick events of a RadGridView.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public delegate void CommandCellClickEventHandler(object sender, GridViewCellEventArgs e);
Parameters
System. The event sender, typicaly this is RadGridView |
Grid Instance of EventArgs containing the data related with this event |
Constructors
CommandCellClickEventHandler(Object, IntPtr)
Declaration
public CommandCellClickEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, GridViewCellEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, GridViewCellEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Grid
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, GridViewCellEventArgs)
Declaration
public virtual void Invoke(object sender, GridViewCellEventArgs e)
Parameters
System.
|
Grid
|