Class StyleChangedEventArgs
Represents style changed event arguments.
Inheritance
System.Object
    System.EventArgs
    StyleChangedEventArgs
  Inherited Members
      System.EventArgs.Empty
    
    
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Telerik.Windows.Documents.Spreadsheet.PropertySystem
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class StyleChangedEventArgs : EventArgs
  Constructors
StyleChangedEventArgs(IEnumerable<IPropertyDefinition>)
Initializes a new instance of the StyleChangedEventArgs class.
Declaration
public StyleChangedEventArgs(IEnumerable<IPropertyDefinition> changedProperties)
  Parameters
| 
        System.Collections.Generic.IEnumerable<IPropertyDefinition>
        changedProperties
         The changed properties.  | 
    
Properties
ChangedProperties
Gets the changed properties.
Declaration
public IEnumerable<IPropertyDefinition> ChangedProperties { get; }
  Property Value
| 
        System.Collections.Generic.IEnumerable<IPropertyDefinition>
         The changed properties.  |