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
Constructors
Initializes a new instance of the RowHeightChangedEventArgs class.
C#
public RowHeightChangedEventArgs(GridViewRowInfo row)
The GridViewRowInfo
Properties
Gets the GridViewRowInfo having the new height.
C#
public GridViewRowInfo Row { get; }