NevronOpenVision
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

OnSortGroupSelectedIndexChanged Method
Called when a toggle button from the "Sort" button group has been clicked.
Syntax
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