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
Constructors
Initializes a new instance of the StyleChangedEventArgs class.
C#
public StyleChangedEventArgs(IEnumerable<IPropertyDefinition> changedProperties)
The changed properties.
Properties
The collection of property definitions that were modified in the style.
C#
public IEnumerable<IPropertyDefinition> ChangedProperties { get; }
The changed properties.