Click or drag to resize

LogicalNodeOnLoadEmergencyZeroLogicalChanged method

Triggers the NodeLastNotNullLogicalChanged event.

Namespace: LogicalTaskTree
Assembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
protected virtual void OnLastNotNullLogicalChanged(
	
	LogicalNode source,
	
	bool? logical,
	
	Guid eventId
)

Parameters

source  LogicalNode
A node in the tree (LogicalNode).
logical  NullableBoolean
Logical result of the node.
eventId  Guid
Unique identifier of the event.
See also