Class
StyleChangedEventArgs

Provides data for events raised when one or more properties of a cell style are modified.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.PropertySystem

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

cs-api-definition
public class StyleChangedEventArgs : EventArgs

Inheritance: objectEventArgsStyleChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

StyleChangedEventArgs(IEnumerable<IPropertyDefinition>)

Initializes a new instance of the StyleChangedEventArgs class.

Declaration

cs-api-definition
public StyleChangedEventArgs(IEnumerable<IPropertyDefinition> changedProperties)

Parameters

changedProperties

IEnumerable<IPropertyDefinition>

The changed properties.

Properties

ChangedProperties

The collection of property definitions that were modified in the style.

Declaration

cs-api-definition
public IEnumerable<IPropertyDefinition> ChangedProperties { get; }

Property Value

IEnumerable<IPropertyDefinition>

The changed properties.