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 SourceEventArgs(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 SourceAdditionalData
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> |
Resource
Gets the resource.
Declaration
public TResource Resource { get; }
Property Value
Type | Description |
---|---|
TResource |