MSHelpKeywordOnPropertyChanged Method

This raises the PropertyChanged event

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
protected void OnPropertyChanged(
	string propertyName = null
)

Parameters

propertyName  String  (Optional)
The property name that changed

See Also