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