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.WizardAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public event CancelEventHandler CloseFromCancel
Public Event CloseFromCancel As CancelEventHandler
public:
event CancelEventHandler^ CloseFromCancel {
void add (CancelEventHandler^ value);
void remove (CancelEventHandler^ value);
}
member CloseFromCancel : IEvent<CancelEventHandler,
CancelEventArgs>
Value
Type:
System.ComponentModelCancelEventHandlerSee Also