ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / C1DataGrid Class / SortChanged Event

In This Topic
    SortChanged Event (C1DataGrid)
    In This Topic
    Occurs after the sorting state changed.
    Syntax
    'Declaration
     
    
    Public Event SortChanged As EventHandler(Of DataGridSortChangedEventArgs)
    Event Data

    The event handler receives an argument of type DataGridSortChangedEventArgs containing data related to this event. The following DataGridSortChangedEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets currently sorted columns.  
    Gets previously sorted columns.  
    Remarks
    Sorting state changes when user click in a column header or when the SortBy method is called.
    See Also