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