ArcFM Solution Developer Guide
AfterSwitchPages Event


Occurs after the wizard pages are switched, giving the user a chance to setup the new page.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Wizard")>
<System.ComponentModel.DescriptionAttribute("Occurs after the wizard pages are switched, giving the user a chance to setup the new page.")>
Public Event AfterSwitchPages As Wizard.AfterSwitchPagesEventHandler
'Usage
 
Dim instance As Wizard
Dim handler As Wizard.AfterSwitchPagesEventHandler
 
AddHandler instance.AfterSwitchPages, handler
[System.ComponentModel.Category("Wizard")]
[System.ComponentModel.Description("Occurs after the wizard pages are switched, giving the user a chance to setup the new page.")]
public event Wizard.AfterSwitchPagesEventHandler AfterSwitchPages
Event Data

The event handler receives an argument of type Wizard.AfterSwitchPagesEventArgs containing data related to this event. The following Wizard.AfterSwitchPagesEventArgs properties provide information specific to this event.

PropertyDescription
NewIndexGets or sets the index of the new page.  
OldIndexGets the index of the old page.  
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

Wizard Class
Wizard Members

 

 


Send Comment