A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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