Class
SortStyleChangedEventArgs

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

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class SortStyleChangedEventArgs : EventArgs

Inheritance: objectEventArgsSortStyleChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

SortStyleChangedEventArgs(SortStyle)

Declaration

cs-api-definition
public SortStyleChangedEventArgs(SortStyle sortStyle)

Parameters

sortStyle

SortStyle

Properties

SortStyle

Gets the new sort style value.

Declaration

cs-api-definition
public SortStyle SortStyle { get; }

Property Value

SortStyle