| FolderPathUserControlOnPersistablePathChanged Method |
Namespace: SandcastleBuilder.Utils.ControlsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax protected void OnPersistablePathChanged(
EventArgs e
)
Protected Sub OnPersistablePathChanged (
e As EventArgs
)
protected:
void OnPersistablePathChanged(
EventArgs^ e
)
member OnPersistablePathChanged :
e : EventArgs -> unit
Parameters
- e
- Type: SystemEventArgs
The event arguments
See Also