RadControls for WPF

Holds the information of column reordering passed when GridViewDataControl ColumnReordering Event is raised.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView (in Telerik.Windows.Controls.GridView.dll) Version: 2013.1.403.40

Syntax

C#
public class ColumnReorderingEventArgs : CancelRoutedEventArgs
Visual Basic
Public Class ColumnReorderingEventArgs _
	Inherits CancelRoutedEventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    System.Windows..::..RoutedEventArgs
      Telerik.Windows..::..RadRoutedEventArgs
        Telerik.Windows.Controls..::..CancelRoutedEventArgs
          Telerik.Windows.Controls..::..ColumnReorderingEventArgs

See Also