Class GridTreeQueryUnboundCellInfoEventHandler
Inheritance
System.Object
GridTreeQueryUnboundCellInfoEventHandler
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public sealed class GridTreeQueryUnboundCellInfoEventHandler : MulticastDelegate
Constructors
GridTreeQueryUnboundCellInfoEventHandler(Object, IntPtr)
Declaration
public GridTreeQueryUnboundCellInfoEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, GridTreeUnboundCellInfoEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, GridTreeUnboundCellInfoEventArgs Args, AsyncCallback callback, object object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, GridTreeUnboundCellInfoEventArgs)
Declaration
public virtual void Invoke(object sender, GridTreeUnboundCellInfoEventArgs Args)
Parameters