Click or drag to resize

LogicalNodeViewModelsubLoadEmergencyZeroLogicalChanged method

Is triggered if a LastNotNullLogical has changed anywhere in this subtree.

Namespace: Vishnu.ViewModel
Assembly: Vishnu.ViewModel (in Vishnu.ViewModel.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
protected virtual void subLastNotNullLogicalChanged(
	
	LogicalNode sender,
	
	bool? lastNotNullLogical,
	
	Guid eventId
)

Parameters

sender  LogicalNode
Source of the event (LogicalNode).
lastNotNullLogical  NullableBoolean
The changed property of the source.
eventId  Guid
An optional GUID for logging purposes.
See also