| BasePropertyPageOnPropertyChanged 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.PropertyPagesAssembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax protected void OnPropertyChanged(
Object sender,
EventArgs e
)
Protected Sub OnPropertyChanged (
sender As Object,
e As EventArgs
)
protected:
void OnPropertyChanged(
Object^ sender,
EventArgs^ e
)
member OnPropertyChanged :
sender : Object *
e : EventArgs -> unit
Parameters
- sender
- Type: SystemObject
The sender of the event - e
- Type: SystemEventArgs
The event arguments
See Also