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