BeforeSwitchPages Event
Occurs before the wizard pages are switched, giving the user a chance to validate.
Syntax
[Category("Wizard")] [Description("Occurs before the wizard pages are switched, giving the user a chance to validate.")] public event Wizard.BeforeSwitchPagesEventHandler BeforeSwitchPages
[Category("Wizard")] [Description("Occurs before the wizard pages are switched, giving the user a chance to validate.")] public: event Wizard.BeforeSwitchPagesEventHandler^ BeforeSwitchPages
Event Data
The event handler receives an argument of type Wizard.BeforeSwitchPagesEventArgs containing data related to this event. The following Wizard.BeforeSwitchPagesEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | Indicates whether the page switch should be canceled. |
NewIndex | Gets or sets the index of the new page. |
OldIndex | Gets the index of the old page. (Inherited from Aveva.ApplicationFramework.Presentation.Wizard.AfterSwitchPagesEventArgs) |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also