RadControls for WPF

Contains data needed to handle the ColumnWidthChanging event.

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

Syntax

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

Inheritance Hierarchy

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

See Also