Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NSpecifiedDoublePropertyEditor Class / OnSpecifiedCheckBoxCheckedChanged Method


In This Topic
    OnSpecifiedCheckBoxCheckedChanged Method
    In This Topic
    Called when the specified check box has been checked/unchecked.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnSpecifiedCheckBoxCheckedChanged( _
       ByVal arg1 As NValueChangeEventArgs _
    ) 
    'Usage
     
    
    Dim instance As NSpecifiedDoublePropertyEditor
    Dim arg1 As NValueChangeEventArgs
     
    instance.OnSpecifiedCheckBoxCheckedChanged(arg1)
    protected virtual void OnSpecifiedCheckBoxCheckedChanged( 
       NValueChangeEventArgs arg1
    )

    Parameters

    arg1
    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