Click or drag to resize

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: LogicalTaskTree
Assembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
protected virtual void SubNodeLastNotNullLogicalChanged(
	
	LogicalNode sender,
	
	bool? lastNotNullLogical,
	
	Guid eventId
)

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