New to Telerik UI for WinFormsStart a free 30-day trial

Provides the new sort style after the same property of RadListControl changes.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class SortStyleChangedEventArgs : EventArgs

Inheritance: objectEventArgsSortStyleChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public SortStyleChangedEventArgs(SortStyle sortStyle)
Parameters:sortStyleSortStyle

Properties

Gets the new sort style value.

C#
public SortStyle SortStyle { get; }