Delegate CollectionEventHandler<TSender, TEntity>
The call collection event handler delegate.
Assembly: Microsoft.Graph.Communications.Client.dll
Syntax
public delegate void CollectionEventHandler<in TSender, TEntity>(TSender sender, CollectionEventArgs<TEntity> e);
Parameters
Type |
Name |
Description |
TSender |
sender |
The sender.
|
CollectionEventArgs<TEntity> |
e |
The event arguments.
|
Type Parameters
Name |
Description |
TSender |
The type of the sender.
|
TEntity |
The type of the arguments.
|
Constructors
CollectionEventHandler(Object, IntPtr)
Declaration
public CollectionEventHandler(object object, IntPtr method)
Parameters
Methods
BeginInvoke(TSender, CollectionEventArgs<TEntity>, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(TSender sender, CollectionEventArgs<TEntity> e, AsyncCallback callback, object object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Invoke(TSender, CollectionEventArgs<TEntity>)
Declaration
public virtual void Invoke(TSender sender, CollectionEventArgs<TEntity> e)
Parameters