Click or drag to resize
WizardCloseFromCancel Event
Called when the cancel button is pressed, before the form is closed. Set e.Cancel to true if you do not wish the cancel to close the wizard.

Namespace: Gui.Wizard
Assembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public event CancelEventHandler CloseFromCancel

Value

Type: System.ComponentModelCancelEventHandler
See Also