Table of Contents

Interface IEventState

Namespace
CMS.Base
Assembly
CMS.Base.dll

Represents contract of an event which has state.

public interface IEventState
Extension Methods

Remarks

The state allows for passing data between processing handlers if the event is a compound event consisting of multiple associated events (such as before and after events).

Properties

State

Gets the state of the event.

EventStateStore State { get; }

Property Value

EventStateStore

Remarks

Use the state to pass data between event processing handlers if the event is a compound event consisting of multiple associated events (such as before and after events).