ArcFM Solution Developer Guide
Wizard.BeforeSwitchPagesEventHandler Delegate


Represents the method that will handle the BeforeSwitchPages event of the Wizard control.
Syntax
'Declaration
 
Public Delegate Sub Wizard.BeforeSwitchPagesEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As Wizard.BeforeSwitchPagesEventArgs _
) 
'Usage
 
Dim instance As New Wizard.BeforeSwitchPagesEventHandler(AddressOf HandlerMethod)
public delegate void Wizard.BeforeSwitchPagesEventHandler( 
   System.object sender,
   Wizard.BeforeSwitchPagesEventArgs e
)

Parameters

sender
e
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.BeforeSwitchPagesEventHandler Members
Miner.Controls Namespace

 

 


Send Comment