Delegate VirtualGridCellPaintEventHandler
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public delegate void VirtualGridCellPaintEventHandler(object sender, VirtualGridCellPaintEventArgs e);
Parameters
System.
|
Virtual
|
Constructors
VirtualGridCellPaintEventHandler(Object, IntPtr)
Declaration
public VirtualGridCellPaintEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, VirtualGridCellPaintEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, VirtualGridCellPaintEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Virtual
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, VirtualGridCellPaintEventArgs)
Declaration
public virtual void Invoke(object sender, VirtualGridCellPaintEventArgs e)
Parameters
System.
|
Virtual
|