Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NToggleButtonBase Class / OnCheckedChanged Method


In This Topic
    OnCheckedChanged Method (NToggleButtonBase)
    In This Topic
    Called when the value of the Checked proprety has changed.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnCheckedChanged( _
       ByVal d As NValueChangeData _
    ) 
    'Usage
     
    
    Dim instance As NToggleButtonBase
    Dim d As NValueChangeData
     
    instance.OnCheckedChanged(d)
    protected virtual void OnCheckedChanged( 
       NValueChangeData d
    )

    Parameters

    d
    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