Click or drag to resize
BCExtensionCommandBeforeWizard 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<CancelCommandEventArgs> BeforeWizard

Value

Type: SystemEventHandlerCancelCommandEventArgs
Remarks
Wizards are optional and the event occurs just before a wizard is shown, or just before it would have been shown.
See Also