Class RowHeightChangedEventArgs
Event Arguments for RowHeightChanged event.
Inheritance
System.Object
System.EventArgs
RowHeightChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class RowHeightChangedEventArgs : EventArgs
Constructors
RowHeightChangedEventArgs(GridViewRowInfo)
Initializes a new instance of the RowHeightChangedEventArgs class.
Declaration
public RowHeightChangedEventArgs(GridViewRowInfo row)
Parameters
GridViewRowInfo
row
The GridViewRowInfo |
Properties
Row
Gets the GridViewRowInfo having the new height.
Declaration
public GridViewRowInfo Row { get; }
Property Value
GridViewRowInfo
|