Class
RowHeightChangedEventArgs

Event Arguments for RowHeightChanged event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

cs-api-definition
public class RowHeightChangedEventArgs : EventArgs

Inheritance: objectEventArgsRowHeightChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

RowHeightChangedEventArgs(GridViewRowInfo)

Initializes a new instance of the RowHeightChangedEventArgs class.

Declaration

cs-api-definition
public RowHeightChangedEventArgs(GridViewRowInfo row)

Parameters

row

GridViewRowInfo

The GridViewRowInfo

Properties

Row

Gets the GridViewRowInfo having the new height.

Declaration

cs-api-definition
public GridViewRowInfo Row { get; }

Property Value

GridViewRowInfo