Class
ColumnWidthChangingEventArgs

Contains data needed to handle the ColumnWidthChanging event.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class ColumnWidthChangingEventArgs : CancelRoutedEventArgs

Inheritance: objectRadRoutedEventArgsCancelRoutedEventArgsColumnWidthChangingEventArgs

Inherited Members CancelRoutedEventArgs.Cancel

Constructors

ColumnWidthChangingEventArgs(RoutedEvent, GridViewColumn, GridViewLength, GridViewLength)

Initializes a new instance of the ColumnWidthChangingEventArgs class.

Declaration

cs-api-definition
public ColumnWidthChangingEventArgs(RoutedEvent routedEvent, GridViewColumn column, GridViewLength originalWidth, GridViewLength horizontalChange)

Parameters

routedEvent

RoutedEvent

The routed event.

column

GridViewColumn

The column.

originalWidth

GridViewLength

Original Width of the column.

horizontalChange

GridViewLength

The new width.

Properties

Column

Gets or sets the column that is being resized.

Declaration

cs-api-definition
public GridViewColumn Column { get; }

Property Value

GridViewColumn

The column.

HorizontalChangeWidth

Gets or sets the width of the horizontal change.

Declaration

cs-api-definition
public GridViewLength HorizontalChangeWidth { get; }

Property Value

GridViewLength

The width of the horizontal change - positive if width increases, otherwise - negative.

OriginalWidth

Gets or sets the original width of the column.

Declaration

cs-api-definition
public GridViewLength OriginalWidth { get; }

Property Value

GridViewLength

The original width.