Class
CellPropertyChangedEventArgs

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 EventArgs.Empty

Constructors

CellPropertyChangedEventArgs(IPropertyDefinition, CellRange)

Initializes a new instance of the CellPropertyChangedEventArgs class.

Declaration

cs-api-definition
public CellPropertyChangedEventArgs(IPropertyDefinition property, CellRange cellRange)

Parameters

property

IPropertyDefinition

The property.

cellRange

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

CellRange

The cell range.

Property

Returns the property definition that was changed.

Declaration

cs-api-definition
public IPropertyDefinition Property { get; }

Property Value

IPropertyDefinition

The property.