 | NodeParentSubNodeLoadEmergencyZeroLogicalChanged method |
Is triggered if the logical state "LastNotNullLogical" of a child has changed.
This event is decisive for a possible change in the logical state of the parent node.
Can be triggered by SingleNodes and ParentNodes through to the root node.
The original trigger is always a SingleNode.
May cascade upwards in the tree to the root node.
Namespace: LogicalTaskTreeAssembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxprotected virtual void SubNodeLastNotNullLogicalChanged(
LogicalNode sender,
bool? lastNotNullLogical,
Guid eventId
)
Protected Overridable Sub SubNodeLastNotNullLogicalChanged (
sender As LogicalNode,
lastNotNullLogical As Boolean?,
eventId As Guid
)
protected:
virtual void SubNodeLastNotNullLogicalChanged(
LogicalNode^ sender,
Nullable<bool> lastNotNullLogical,
Guid eventId
)
abstract SubNodeLastNotNullLogicalChanged :
sender : LogicalNode *
lastNotNullLogical : Nullable<bool> *
eventId : Guid -> unit
override SubNodeLastNotNullLogicalChanged :
sender : LogicalNode *
lastNotNullLogical : Nullable<bool> *
eventId : Guid -> unit
Parameters
- sender LogicalNode
- The triggering child knot.
- lastNotNullLogical NullableBoolean
- Last relevant logical result of the child node.
- eventId Guid
- Unique identifier of the event.
See also