Delegate GridViewCellCancelEventHandler
Represents the method that will handle the cell related events of a RadGridView.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public delegate void GridViewCellCancelEventHandler(object sender, GridViewCellCancelEventArgs e);
Parameters
System. The event sender, typicaly this is RadGridView |
Grid Instance of GridViewCellCancelEventArgs containing the data related with this event |
Constructors
GridViewCellCancelEventHandler(Object, IntPtr)
Declaration
public GridViewCellCancelEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, GridViewCellCancelEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, GridViewCellCancelEventArgs 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, GridViewCellCancelEventArgs)
Declaration
public virtual void Invoke(object sender, GridViewCellCancelEventArgs e)
Parameters
System.
|
Grid
|