Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class EventContextCreatedEventArgs

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

Inheritance
System.Object
EventContextCreatedEventArgs
Namespace: Mediachase.Commerce.Catalog
Assembly: Mediachase.Commerce.dll
Version: 14.26.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