Class CellPropertyChangedEventArgs
Provides data for events raised when cell properties are modified, including the affected range and property definition.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.PropertySystem
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class CellPropertyChangedEventArgs : EventArgs
Constructors
CellPropertyChangedEventArgs(IPropertyDefinition, CellRange)
Initializes a new instance of the CellPropertyChangedEventArgs class.
Declaration
public CellPropertyChangedEventArgs(IPropertyDefinition property, CellRange cellRange)
Parameters
|
IPropertyDefinition
property
The property. |
|
CellRange
cellRange
The cell range. |
Properties
CellRange
Returns the range of cells affected by the property change.
Declaration
public CellRange CellRange { get; }
Property Value
|
CellRange
The cell range. |
Property
Returns the property definition that was changed.
Declaration
public IPropertyDefinition Property { get; }
Property Value
|
IPropertyDefinition
The property. |