Try our conversational search powered by Generative AI!

Class EventContextCreatedEventArgs

Event argument class used when a new EventContext instance is created (on a new thread or request).

Inheritance
System.Object
System.EventArgs
EventContextCreatedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Catalog
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public class EventContextCreatedEventArgs : EventArgs

Constructors

EventContextCreatedEventArgs(EventContext)

Initializes a new instance of the EventContextCreatedEventArgs class.

Declaration
public EventContextCreatedEventArgs(EventContext instance)
Parameters
Type Name Description
EventContext instance

The instance.

Properties

Instance

Gets the instance.

Declaration
public EventContext Instance { get; }
Property Value
Type Description
EventContext