Click or drag to resize
BCExtensionBeforeWizard Event
Occurs when a wizard is being initiated.

Namespace: BlueCieloECM.InnoCielo.Meridian.Design
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public event EventHandler<CancelWizardLoadEventArgs> BeforeWizard

Value

Type: SystemEventHandlerCancelWizardLoadEventArgs
Remarks
Wizards are optional and the event occurs just before a wizard is shown, or just before it would have been shown. The most common use of wizards is for newly created documents. But a wizard can also be shown for existing objects, for example, when a document’s type is changed.
See Also