Click or drag to resize

LogicalNode events

The LogicalNode Type exposes the following members.

Events
 NameDescription of the
Public EventStatic MemberAllNodesStateChanged Is called up when the processing status of a node has changed.
Public EventExceptionCleared Is called when an exception is cleared.
Public EventExceptionRaised Is called if an exception has occurred.
Public EventNodeLastNotNullLogicalChanged Called when the logical result of a node has changed and is not equal to zero.
Public EventNodeLogicalChanged Is called when the logical result of a node has changed.
Public EventNodeProgressChanged Is called up when the processing progress of a node has changed.
Public EventNodeProgressFinished Is called when the processing of a node has been completed (regardless of the result).
Public EventNodeProgressStarted Is called up when a node has been started.
Public EventNodeResultChanged Is called up when the result of a node has changed. Serves to optimise the calculation of the logical state of the superordinate restart the node.
Public EventNodeStateChanged Is called up when the processing status of a node has changed.
Public EventNodeWorkersStateChanged Called when the overall status of the node assigned to the assigned worker has changed.
Public EventPropertiesChanged This event from IVishnuNode.INotifyPropertiesChanged can be subscribed to by LogicalNodeViewmodel. This receives a string list with property names via the transferred PropertiesChangedEventArgs and can in turn inform the UI via INotifyProperyChanged.
Back to the top
See also