| StateExitAction Property |
Namespace: StaMaAssembly: StaMa (in StaMa.dll) Version: 2.3.1.7
Syntax public StateMachineActionCallback ExitAction { get; }
Public ReadOnly Property ExitAction As StateMachineActionCallback
Get
public:
property StateMachineActionCallback^ ExitAction {
StateMachineActionCallback^ get ();
}
member ExitAction : StateMachineActionCallback with get
Property Value
Type:
StateMachineActionCallback
A
StateMachineActionCallback delegate or
null if
no exit action is defined.
See Also