Delegate QueryCardCellInfoEventHandler
Represents the method that handles a QueryCardCellInfo
event which can be marked as handled.
Assembly: Syncfusion.GridHelperClasses.Windows.dll
Syntax
public delegate void QueryCardCellInfoEventHandler(object sender, QueryCardCellInfoEventArgs e);
Parameters
Constructors
QueryCardCellInfoEventHandler(Object, IntPtr)
Declaration
public QueryCardCellInfoEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, QueryCardCellInfoEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, QueryCardCellInfoEventArgs e, AsyncCallback callback, object object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, QueryCardCellInfoEventArgs)
Declaration
public virtual void Invoke(object sender, QueryCardCellInfoEventArgs e)
Parameters