| PreviewTopicWindowOnFormClosing Method |
This is overridden to ignore Ctrl+F4 which closes the window rather
than hide it when docked as a document.
Namespace: SandcastleBuilder.Gui.ContentEditorsAssembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax protected override void OnFormClosing(
FormClosingEventArgs e
)
Protected Overrides Sub OnFormClosing (
e As FormClosingEventArgs
)
protected:
virtual void OnFormClosing(
FormClosingEventArgs^ e
) override
abstract OnFormClosing :
e : FormClosingEventArgs -> unit
override OnFormClosing :
e : FormClosingEventArgs -> unit
Parameters
- e
- Type: System.Windows.FormsFormClosingEventArgs
The event arguments
See Also