New to Telerik UI for WinFormsStart a free 30-day trial

Event Arguments for RowHeightChanged event.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public class RowHeightChangedEventArgs : EventArgs

Inheritance: objectEventArgsRowHeightChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the RowHeightChangedEventArgs class.

C#
public RowHeightChangedEventArgs(GridViewRowInfo row)
Parameters:rowGridViewRowInfo

The GridViewRowInfo

Properties

Gets the GridViewRowInfo having the new height.

C#
public GridViewRowInfo Row { get; }