Class TransitionFiredEventArgs
Arguments for the Transition fired signal
Inheritance
EventArgs
TransitionFiredEventArgs
Assembly: Xareus.Scenarios.dll
Syntax
public class TransitionFiredEventArgs : EventArgs
Constructors
TransitionFiredEventArgs()
Declaration
public TransitionFiredEventArgs()
TransitionFiredEventArgs(ContextHolder)
Declaration
public TransitionFiredEventArgs(ContextHolder contexts)
Parameters
Properties
Contexts
Declaration
public ContextHolder Contexts { get; set; }
Property Value
EventContext
Declaration
[Obsolete("Use Contexts.EventContext instead.")]
public IContext EventContext { get; }
Property Value
ExternalContext
Declaration
[Obsolete("Use Contexts.ExternalContext instead.")]
public IContext ExternalContext { get; }
Property Value
ScenarioContext
Declaration
[Obsolete("Use Contexts.ScenarioContext instead.")]
public IContext ScenarioContext { get; }
Property Value
SequenceContext
Declaration
[Obsolete("Use Contexts.SequenceContext instead.")]
public IContext SequenceContext { get; }
Property Value