Click or drag to resize
Wizard .NET Library

WizardPageOnCommit Method

Raises the Commit event.

Namespace:  AeroWizard
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
protected virtual bool OnCommit()
Request Example View Source

Return Value

Type: Boolean
true if handler does not set the Cancel to true; otherwise, false.
See Also