Class FrameworkEventArgs
Implements operations for the framework event arguments. (Inherits System.EventArgs.)
Namespace: Mediachase.Commerce.Engine.Events
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
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. |