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