DelegateGridViewRowCancelEventHandler
Delegate
Represents the method that will handle row-related events of a RadGridView.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public delegate void GridViewRowCancelEventHandler(object sender, GridViewRowCancelEventArgs e)
Constructors
Methods
BeginInvoke(object, GridViewRowCancelEventArgs, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, GridViewRowCancelEventArgs e, AsyncCallback callback, object @object)
Parameters
sender
e
callback
object
Returns
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
Invoke(object, GridViewRowCancelEventArgs)
Declaration
cs-api-definition
public virtual void Invoke(object sender, GridViewRowCancelEventArgs e)
Parameters
sender
e