Click or drag to resize
Sandcastle Help File BuilderResourceItemOnPropertyChanged Method
This raises the PropertyChanged event

Namespace: SandcastleBuilder.Utils.ConceptualContent
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
protected void OnPropertyChanged(
	string propertyName
)

Parameters

propertyName
Type: SystemString
The property name that changed
See Also