Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NAnglePropertyEditor Class / OnMeasureUpDownSelectedUnitChanged Method


In This Topic
    OnMeasureUpDownSelectedUnitChanged Method (NAnglePropertyEditor)
    In This Topic
    Called to update the edited node's value when the unit of the measure up/down has changed. This implementation also updates the Min, Max and Step values of the measure up/down according to the selected unit.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnMeasureUpDownSelectedUnitChanged( _
       ByVal arg As NValueChangeEventArgs _
    ) 
    'Usage
     
    
    Dim instance As NAnglePropertyEditor
    Dim arg As NValueChangeEventArgs
     
    instance.OnMeasureUpDownSelectedUnitChanged(arg)
    protected override void OnMeasureUpDownSelectedUnitChanged( 
       NValueChangeEventArgs 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