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

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

    System.Object
       System.EventArgs
          C1.Silverlight.DataGrid.DataGridColumnReorderingEventArgs

    See Also