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