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