Click or drag to resize

BCExtension.BeforeCommandWizard 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.96.0)
Syntax
public event EventHandler<CancelCommandItemEventArgs> BeforeCommandWizard

Value

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