SaaS CMS has officially launched! Learn more now.

Class StateMessageEventArgs

Inheritance
System.Object
StateMessageEventArgs
Namespace: EPiServer.Events.Clients.Internal
Assembly: EPiServer.Events.dll
Version: 12.0.3
Syntax
public class StateMessageEventArgs : EventArgs

Constructors

StateMessageEventArgs(StateMessage)

Declaration
public StateMessageEventArgs(StateMessage message)
Parameters
Type Name Description
StateMessage message

Properties

Message

Declaration
public StateMessage Message { get; }
Property Value
Type Description
StateMessage

Extension Methods