DelegateVirtualGridCreateCellEventHandler
Delegate
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public delegate void VirtualGridCreateCellEventHandler(object sender, VirtualGridCreateCellEventArgs e)
Constructors
Methods
BeginInvoke(object, VirtualGridCreateCellEventArgs, AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(object sender, VirtualGridCreateCellEventArgs e, AsyncCallback callback, object @object)
Parameters
sender
e
VirtualGridCreateCellEventArgs
callback
object
Returns
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
Invoke(object, VirtualGridCreateCellEventArgs)
Declaration
cs-api-definition
public virtual void Invoke(object sender, VirtualGridCreateCellEventArgs e)
Parameters
sender
e