Nevron Open Vision Documentation
Nevron.Nov.Diagram.UI Namespace / NPageNavigator Class / OnPageButtonClick Method


In This Topic
    OnPageButtonClick Method
    In This Topic
    Called when a page button is clicked. This implemenation activates the respective page.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnPageButtonClick( _
       ByVal arg As NEventArgs _
    ) 
    'Usage
     
    
    Dim instance As NPageNavigator
    Dim arg As NEventArgs
     
    instance.OnPageButtonClick(arg)
    protected virtual void OnPageButtonClick( 
       NEventArgs arg
    )

    Parameters

    arg
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also