New to Telerik Document ProcessingStart a free 30-day trial

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:

C#
public class StyleChangedEventArgs : EventArgs

Inheritance: objectEventArgsStyleChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the StyleChangedEventArgs class.

C#
public StyleChangedEventArgs(IEnumerable<IPropertyDefinition> changedProperties)
Parameters:changedPropertiesIEnumerable<IPropertyDefinition>

The changed properties.

Properties

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

C#
public IEnumerable<IPropertyDefinition> ChangedProperties { get; }
Property Value:

The changed properties.