 | LogicalNodeViewModelsubStateChanged method |
Is triggered if a NodeState has changed somewhere in this subtree.
Changes depending on the "LogicalState", "State" and "Trigger" node properties
the display of the processing status of the node.
Namespace: Vishnu.ViewModelAssembly: Vishnu.ViewModel (in Vishnu.ViewModel.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxprotected virtual void subStateChanged(
Object sender,
NodeState state
)
Protected Overridable Sub subStateChanged (
sender As Object,
state As NodeState
)
protected:
virtual void subStateChanged(
Object^ sender,
NodeState state
)
abstract subStateChanged :
sender : Object *
state : NodeState -> unit
override subStateChanged :
sender : Object *
state : NodeState -> unit
Parameters
- sender Object
- Source of the event (LogicalNode).
- state NodeState
- The changed property of the source.
See also