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