Click or drag to resize
Sandcastle Help File BuilderOutputWindowOnVisibleChanged Method
This is overridden to Reset the build log control when hidden to work around an odd crash related to the embedded browser control.

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

Parameters

e
Type: SystemEventArgs
The event arguments
See Also