Click or drag to resize

LogicalNodeRaiseNodeLoadEmergencyZeroLogicalChangedWithTreeEvent method

Triggers the TreeEvent "AnyLastNotNullLogicalHasChanged" and calls "OnNodeLastNotNullLogicalChanged".

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

Parameters

source  LogicalNode
The original source of the events.
lastNotNullLogical  NullableBoolean
The logical value of the transmitter.
eventId  Guid
An optional guid to uniquely identify the event.
See also