Provides data for the RowHeightChanging event.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public class VirtualGridRowHeightChangingEventArgs : VirtualGridRowEventArgs
Inheritance: objectEventArgsVirtualGridEventArgsVirtualGridRowEventArgsVirtualGridRowHeightChangingEventArgs
Inherited Members
Constructors
Initializes a new instance of the VirtualGridRowHeightChangingEventArgs class.
C#
public VirtualGridRowHeightChangingEventArgs(int rowIndex, int oldHeight, int newHeight, VirtualGridViewInfo viewInfo)
Index of the row.
oldHeightintThe old height.
newHeightintThe new height.
viewInfoVirtualGridViewInfoThe view info.