Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NNamedColorPicker Class / OnSortGroupSelectedIndexChanged Method
Event arguments. The arg.NewValue contains the index of the clicked button:

0 - Sort Ascending (A to Z)

1 - Sort Descending (Z to A)

2 - Clear Sorting



In This Topic
    OnSortGroupSelectedIndexChanged Method
    In This Topic
    Called when a toggle button from the "Sort" button group has been clicked.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnSortGroupSelectedIndexChanged( _
       ByVal arg As NValueChangeEventArgs _
    ) 
    'Usage
     
    
    Dim instance As NNamedColorPicker
    Dim arg As NValueChangeEventArgs
     
    instance.OnSortGroupSelectedIndexChanged(arg)
    protected virtual void OnSortGroupSelectedIndexChanged( 
       NValueChangeEventArgs arg
    )

    Parameters

    arg
    Event arguments. The arg.NewValue contains the index of the clicked button:

    0 - Sort Ascending (A to Z)

    1 - Sort Descending (Z to A)

    2 - Clear Sorting

    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