ClassRowHeightChangedEventArgs
Class
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
Constructors
RowHeightChangedEventArgs(GridViewRowInfo)
Initializes a new instance of the RowHeightChangedEventArgs class.
Declaration
cs-api-definition
public RowHeightChangedEventArgs(GridViewRowInfo row)
Parameters
row
The GridViewRowInfo
Properties
Row
Gets the GridViewRowInfo having the new height.