Click or drag to resize

LogicalNodeRaiseNodeLogicalChanged method

Encapsulates the call of the non-inheritable NodeLogicalChanged event for for the derived classes NodeList and JobList. This routine ultimately forwards the event to the UI via NodeLogicalChanged.

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

Parameters

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