Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / Wizard Class / OnCurrentPageChanged(WizardPage,WizardPage) Method
The old WizardPage value.
The new WizardPage value.


In This Topic
    OnCurrentPageChanged(WizardPage,WizardPage) Method
    In This Topic
    Called when CurrentPage changes.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnCurrentPageChanged( _
       ByVal oldValue As WizardPage, _
       ByVal newValue As WizardPage _
    ) 
    'Usage
     
    Dim instance As Wizard
    Dim oldValue As WizardPage
    Dim newValue As WizardPage
     
    instance.OnCurrentPageChanged(oldValue, newValue)
    protected virtual void OnCurrentPageChanged( 
       WizardPage oldValue,
       WizardPage newValue
    )

    Parameters

    oldValue
    The old WizardPage value.
    newValue
    The new WizardPage value.
    Requirements

    Target Platforms: Windows 11, Windows 10, 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