Table of Contents

Class ModeTransitionStartedEvent

Namespace
MoonBark.GridPlacement.Core.State.Mode
Assembly
MoonBark.GridPlacement.Core.dll

Event fired when mode transition starts

public class ModeTransitionStartedEvent : ModeEvent
Inheritance
ModeTransitionStartedEvent
Inherited Members

Constructors

ModeTransitionStartedEvent(string, string, string)

public ModeTransitionStartedEvent(string modeType, string fromMode, string toMode)

Parameters

modeType string
fromMode string
toMode string

Properties

FromMode

public string FromMode { get; }

Property Value

string

ModeType

public string ModeType { get; }

Property Value

string

ToMode

public string ToMode { get; }

Property Value

string