Click or drag to resize
Sandcastle Help File BuilderTokenEditorWindowOnClosing Method
This is overriden to prompt to save changes if necessary

Namespace: SandcastleBuilder.Gui.ContentEditors
Assembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax
protected override void OnClosing(
	CancelEventArgs e
)

Parameters

e
Type: System.ComponentModelCancelEventArgs
The event arguments
See Also