ClassRowColumnPropertyChangedEventArgs
Provides data for events raised when a property changes across a range of rows or columns.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.PropertySystem
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class RowColumnPropertyChangedEventArgs : EventArgs
Inheritance: objectEventArgsRowColumnPropertyChangedEventArgs
Inherited Members
Constructors
RowColumnPropertyChangedEventArgs(IPropertyDefinition, int, int)
Initializes a new instance of the RowColumnPropertyChangedEventArgs class.
Declaration
public RowColumnPropertyChangedEventArgs(IPropertyDefinition property, int fromIndex, int toIndex)
Parameters
property
The property.
fromIndex
The first index of the changed range.
toIndex
The last index of the changed range.
Properties
FromIndex
The starting row or column index of the range affected by the property change.
Declaration
public int FromIndex { get; }
Property Value
The first index of the changed range.
Property
The property that changed within the specified range of rows or columns.
Declaration
public IPropertyDefinition Property { get; }
Property Value
The changed property.