Notice.OnPropertyChanged Method

This raises the PropertyChanged event

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.3.22.0
protected void OnPropertyChanged(
	string propertyName = null
)

Parameters

propertyName  String  (Optional)
The property name that changed

See Also