Class SortStyleChangedEventArgs
Provides the new sort style after the same property of RadListControl changes.
Inheritance
System.Object
System.EventArgs
SortStyleChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class SortStyleChangedEventArgs : EventArgs
Constructors
SortStyleChangedEventArgs(SortStyle)
Properties
SortStyle
Gets the new sort style value.
Declaration
public SortStyle SortStyle { get; }
Property Value
SortStyle
|