Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.PropertySystem
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
C#
public class RowColumnPropertyChangedEventArgs : EventArgs
Inheritance: objectEventArgsRowColumnPropertyChangedEventArgs
Inherited Members
The property that changed within the specified range of rows or columns.
C#
public IPropertyDefinition Property { get; }
The changed property.
Constructors
Initializes a new instance of the RowColumnPropertyChangedEventArgs class.
C#
public RowColumnPropertyChangedEventArgs(IPropertyDefinition property, int fromIndex, int toIndex)
The property.
fromIndexintThe first index of the changed range.
toIndexintThe last index of the changed range.
Properties
The starting row or column index of the range affected by the property change.
C#
public int FromIndex { get; }
The first index of the changed range.