OnNavigateToPage Method
See Also 
SourceCode.Workflow.WizardFramework Namespace > PropertyWizard Class : OnNavigateToPage Method



destinationPage
direction

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Protected Overridable Function OnNavigateToPage( _
   ByVal destinationPage As WizardPage, _
   ByVal direction As Direction _
) As Boolean
Visual Basic (Usage) Copy Code
Dim instance As PropertyWizard
Dim destinationPage As WizardPage
Dim direction As Direction
Dim value As Boolean
 
value = instance.OnNavigateToPage(destinationPage, direction)
C#  
protected virtual bool OnNavigateToPage( 
   WizardPage destinationPage,
   Direction direction
)
C++/CLI  
protected:
virtual bool OnNavigateToPage( 
   WizardPage^ destinationPage,
   Direction direction
) 

Parameters

destinationPage
direction

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