KerbalDataObject OnPropertyChanged Method (String, Object) KerbalData - KSP Data Unlocked!

[Missing <summary> documentation for "M:KerbalData.KerbalDataObject.OnPropertyChanged(System.String,System.Object)"]

Namespace: KerbalData
Assembly: KerbalData (in KerbalData.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

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

Parameters

propertyName
Type: OnlineSystem String

[Missing <param name="propertyName"/> documentation for "M:KerbalData.KerbalDataObject.OnPropertyChanged(System.String,System.Object)"]

value (Optional)
Type: OnlineSystem Object

[Missing <param name="value"/> documentation for "M:KerbalData.KerbalDataObject.OnPropertyChanged(System.String,System.Object)"]

See Also