Delegate CustomCountEventHandler
Assembly: Syncfusion.Grouping.Base.dll
Syntax
public delegate void CustomCountEventHandler(object sender, CustomCountEventArgs e);
Parameters
Constructors
CustomCountEventHandler(Object, IntPtr)
Declaration
public CustomCountEventHandler(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
BeginInvoke(Object, CustomCountEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, CustomCountEventArgs e, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| System.Object |
sender |
|
| CustomCountEventArgs |
e |
|
| System.AsyncCallback |
callback |
|
| System.Object |
object |
|
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Invoke(Object, CustomCountEventArgs)
Declaration
public virtual void Invoke(object sender, CustomCountEventArgs e)
Parameters