Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NRepeatButton Class / OnButtonStateChanged Method


In This Topic
    OnButtonStateChanged Method (NRepeatButton)
    In This Topic
    Called when the pressed state of the button was changed
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnButtonStateChanged( _
       ByVal oldState As ENButtonState _
    ) 
    'Usage
     
    
    Dim instance As NRepeatButton
    Dim oldState As ENButtonState
     
    instance.OnButtonStateChanged(oldState)
    protected override void OnButtonStateChanged( 
       ENButtonState oldState
    )

    Parameters

    oldState
    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