ClassVirtualGridRowHeightChangingEventArgs
Class
Provides data for the RowHeightChanging event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
public class VirtualGridRowHeightChangingEventArgs : VirtualGridRowEventArgs
Inheritance: objectEventArgsVirtualGridEventArgsVirtualGridRowEventArgsVirtualGridRowHeightChangingEventArgs
Inherited Members
Constructors
VirtualGridRowHeightChangingEventArgs(int, int, int, VirtualGridViewInfo)
Initializes a new instance of the VirtualGridRowHeightChangingEventArgs class.
Declaration
cs-api-definition
public VirtualGridRowHeightChangingEventArgs(int rowIndex, int oldHeight, int newHeight, VirtualGridViewInfo viewInfo)
Parameters
rowIndex
Index of the row.
oldHeight
The old height.
newHeight
The new height.
viewInfo
The view info.