Occurs when a wizard is being initiated.

Namespace: BlueCieloECM.InnoCielo.Meridian.Design
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public event EventHandler<CancelCommandItemEventArgs> BeforeCommandWizard
Visual Basic
Public Event BeforeCommandWizard As EventHandler(Of CancelCommandItemEventArgs)
Visual C++
public:
 event EventHandler<CancelCommandItemEventArgs^>^ BeforeCommandWizard {
	void add (EventHandler<CancelCommandItemEventArgs^>^ value);
	void remove (EventHandler<CancelCommandItemEventArgs^>^ value);
}

Remarks

Wizards are optional and the event occurs just before a wizard is shown, or just before it would have been shown.

See Also