Click or drag to resize
BCExtensionBeforeCommandWizard 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<CancelCommandItemEventArgs> BeforeCommandWizard

Value

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