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