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<CancelCommandEventArgs> BeforeWizard
Visual Basic
Public Event BeforeWizard As EventHandler(Of CancelCommandEventArgs)
Visual C++
public:
 event EventHandler<CancelCommandEventArgs^>^ BeforeWizard {
	void add (EventHandler<CancelCommandEventArgs^>^ value);
	void remove (EventHandler<CancelCommandEventArgs^>^ 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