Show / Hide Table of Contents

Delegate CollectionEventHandler<TSender, TResource>

The call collection event handler delegate.

Namespace: Microsoft.Graph.StatefulClient
Assembly: Microsoft.Graph.StatefulClient.dll
Syntax
public delegate void CollectionEventHandler<in TSender, TResource>(TSender sender, CollectionEventArgs<TResource> e);
Parameters
Type Name Description
TSender sender

The sender.

CollectionEventArgs<TResource> e

The event arguments.

Type Parameters
Name Description
TSender

The type of the sender.

TResource

The type of the arguments.

Extension Methods

GraphModelExtensions.SetInAdditionalData(Object, String, Object)
  • View Source
Back to top Generated by DocFX