Class CollectionEventHandler
Delegate used by collection to send messages to user throwing events.
Inheritance
System.Object
CollectionEventHandler
Assembly: Syncfusion.HTMLUI.Windows.dll
public sealed class CollectionEventHandler : MulticastDelegate
Constructors
Declaration
public CollectionEventHandler(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(object sender, CollectionEventArgs e, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| System.Object |
sender |
|
| CollectionEventArgs |
e |
|
| System.AsyncCallback |
callback |
|
| System.Object |
object |
|
Returns
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(object sender, CollectionEventArgs e)
Parameters