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