RadControls for Silverlight

Contains data needed to handle the ColumnWidthChanged event.

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

Syntax

C#
public class ColumnWidthChangedEventArgs : RadRoutedEventArgs
Visual Basic
Public Class ColumnWidthChangedEventArgs _
	Inherits RadRoutedEventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    System.Windows..::..RoutedEventArgs
      Telerik.Windows..::..RadRoutedEventArgs
        Telerik.Windows.Controls..::..ColumnWidthChangedEventArgs

See Also