Delegate VirtualGridCreateCellEventHandler
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public delegate void VirtualGridCreateCellEventHandler(object sender, VirtualGridCreateCellEventArgs e);
Parameters
System.Object
sender
|
VirtualGridCreateCellEventArgs
e
|
Constructors
VirtualGridCreateCellEventHandler(Object, IntPtr)
Declaration
public VirtualGridCreateCellEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, VirtualGridCreateCellEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, VirtualGridCreateCellEventArgs e, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
VirtualGridCreateCellEventArgs
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, VirtualGridCreateCellEventArgs)
Declaration
public virtual void Invoke(object sender, VirtualGridCreateCellEventArgs e)
Parameters
System.Object
sender
|
VirtualGridCreateCellEventArgs
e
|