Click or drag to resize
Sandcastle Help File BuilderBasePropertyPageOnPropertyChanged Method
Derived classes can connect the change event on custom controls to this method to notify the page of changes in the control's value.

Namespace: SandcastleBuilder.Package.PropertyPages
Assembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax
protected void OnPropertyChanged(
	Object sender,
	EventArgs e
)

Parameters

sender
Type: SystemObject
The sender of the event
e
Type: SystemEventArgs
The event arguments
See Also