Show / Hide Table of Contents

Delegate ResourceEventHandler<TSender, TResource>

The model event handler delegate.

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

The sender.

ResourceEventArgs<TResource> e

The event arguments.

Type Parameters
Name Description
TSender

The type of the model. IResource<TSelf, TResource>

TResource

The containing resource type. Entity

Extension Methods

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