TreeViewItemViewModel OnPropertyChanged Method KerbalEdit - Take control of your KSP Data!
Base property changed implementation using standard pattern.

Namespace: KerbalEdit.ViewModels
Assembly: KerbalEdit (in KerbalEdit.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax

protected virtual void OnPropertyChanged(
	string propertyName,
	Object value = null
)

Parameters

propertyName
Type: OnlineSystem String
name of value that has changed
value (Optional)
Type: OnlineSystem Object
instance or value that has changed.
See Also