Click or drag to resize

LogicalNodeViewModelSubNodePropertiesChanged method

Is activated if other properties have changed for this node, which are to be passed on to the UI.

Namespace: Vishnu.ViewModel
Assembly: Vishnu.ViewModel (in Vishnu.ViewModel.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
protected void SubNodePropertiesChanged(
	
	Object sender,
	
	PropertiesChangedEventArgs args
)

Parameters

sender  Object
Source of the event (LogicalNode).
args  PropertiesChangedEventArgs
StringList with names of the properties concerned.
See also