Click or drag to resize
Wizard .NET Library

WizardControlOnCancelling Method

Raises the Cancelling event.

Namespace:  AeroWizard
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
protected virtual void OnCancelling(
	CancelEventArgs arg
)
Request Example View Source

Parameters

arg
Type: System.ComponentModelCancelEventArgs
The CancelEventArgs instance containing the event data.
See Also