Click or drag to resize

LogicalNodeOnLastNotNullLogicalChanged Methode

Löst das NodeLastNotNullLogicalChanged-Ereignis aus.

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

Parameter

source  LogicalNode
Ein Knoten im Tree (LogicalNode).
logical  NullableBoolean
Logisches Ergebnis des Knotens.
eventId  Guid
Eindeutige Kennung des Events.
Siehe auch