ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridSortChangedEventArgs Class
Members

In This Topic
    DataGridSortChangedEventArgs Class
    In This Topic
    Provides event data for SortChanged event.
    Object Model
    DataGridSortChangedEventArgs Class
    Syntax
    'Declaration
     
    
    Public Class DataGridSortChangedEventArgs 
       Inherits System.EventArgs
    public class DataGridSortChangedEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.Silverlight.DataGrid.DataGridSortChangedEventArgs

    See Also