 | NodeCunningSubNodeLoadEmergencyZeroLogicalChanged 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 override void SubNodeLastNotNullLogicalChanged(
LogicalNode source,
bool? lastNotNullLogical,
Guid eventId
)
Protected Overrides Sub SubNodeLastNotNullLogicalChanged (
source As LogicalNode,
lastNotNullLogical As Boolean?,
eventId As Guid
)
protected:
virtual void SubNodeLastNotNullLogicalChanged(
LogicalNode^ source,
Nullable<bool> lastNotNullLogical,
Guid eventId
) override
abstract SubNodeLastNotNullLogicalChanged :
source : LogicalNode *
lastNotNullLogical : Nullable<bool> *
eventId : Guid -> unit
override SubNodeLastNotNullLogicalChanged :
source : LogicalNode *
lastNotNullLogical : Nullable<bool> *
eventId : Guid -> unit
Parameters
- source LogicalNode
- The triggering child knot.
- lastNotNullLogical NullableBoolean
- Last relevant logical result of the child node.
- eventId Guid
- Unique identifier of the event.
See also