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 FrameworkEventArgs

Implements operations for the framework event arguments. (Inherits System.EventArgs.)

Inheritance
System.Object
FrameworkEventArgs
Namespace: Mediachase.Commerce.Engine.Events
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public class FrameworkEventArgs : EventArgs

Constructors

FrameworkEventArgs(String)

Initializes a new instance of the FrameworkEventArgs class.

Declaration
public FrameworkEventArgs(string eventName)
Parameters
Type Name Description
System.String eventName

Name of the event.

Properties

EventName

Gets the name of the event.

Declaration
public string EventName { get; }
Property Value
Type Description
System.String

The name of the event.