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