| TransitionTransitionAction Property |
Gets the callback method that will be called when the transition is executed.
Namespace: StaMaAssembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax public StateMachineActionCallback TransitionAction { get; }
Public ReadOnly Property TransitionAction As StateMachineActionCallback
Get
public:
property StateMachineActionCallback^ TransitionAction {
StateMachineActionCallback^ get ();
}
member TransitionAction : StateMachineActionCallback with get
Property Value
Type:
StateMachineActionCallback
A
StateMachineActionCallback delegate or
null if no transition action is defined.
See Also