Class RowHeightChangedEventArgs
The arguments for the RowHeightChangedEvent.
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.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class RowHeightChangedEventArgs : EventArgs
Constructors
RowHeightChangedEventArgs(Int32, Int32)
Initializes a new instance of the RowHeightChangedEventArgs class.
Declaration
public RowHeightChangedEventArgs(int fromIndex, int toIndex)
Parameters
System.Int32
fromIndex
From index. |
System.Int32
toIndex
To index. |
Properties
FromIndex
Gets the start index.
Declaration
public int FromIndex { get; }
Property Value
System.Int32
The start index. |
ToIndex
Gets the end index.
Declaration
public int ToIndex { get; }
Property Value
System.Int32
The end index. |