Show / Hide Table of Contents

Class EventArgs<TResource>

The event args.

Inheritance
System.Object
EventArgs<TResource>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.Graph.StatefulClient
Assembly: Microsoft.Graph.StatefulClient.dll
Syntax
public class EventArgs<TResource>
    where TResource : Entity
Type Parameters
Name Description
TResource

The type of the resource.

Constructors

View Source

EventArgs(TResource)

Initializes a new instance of the EventArgs<TResource> class.

Declaration
public EventArgs(TResource resource)
Parameters
Type Name Description
TResource resource

The resource.

Properties

View Source

AdditionalData

Gets or sets the additional data for the event.

Declaration
public IDictionary<string, object> AdditionalData { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Object>
View Source

Resource

Gets the resource.

Declaration
public TResource Resource { get; }
Property Value
Type Description
TResource

Extension Methods

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