Click or drag to resize

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.ViewModel
Assembly: Vishnu.ViewModel (in Vishnu.ViewModel.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
protected virtual void subStateChanged(
	
	Object sender,
	
	NodeState state
)

Parameters

sender  Object
Source of the event (LogicalNode).
state  NodeState
The changed property of the source.
See also