Nevron Open Vision Documentation
Nevron.Nov.Text.UI Namespace / NPageLayoutParagraphGroupBuilder Class / OnMeasureUpDownSelectedUnitChanged Method


In This Topic
    OnMeasureUpDownSelectedUnitChanged Method (NPageLayoutParagraphGroupBuilder)
    In This Topic
    Called when the unit of a measure up down has been changed. Updates the Step and the DecimalPlaces of the measure up down to values appropriate for the currently selected unit.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnMeasureUpDownSelectedUnitChanged( _
       ByVal arg As NValueChangeEventArgs _
    ) 
    'Usage
     
    
    Dim instance As NPageLayoutParagraphGroupBuilder
    Dim arg As NValueChangeEventArgs
     
    instance.OnMeasureUpDownSelectedUnitChanged(arg)
    protected virtual 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