Class CellPropertyChangedEventArgs
Represents cell property changed event arguments.
Inheritance
System.Object
    System.EventArgs
    CellPropertyChangedEventArgs
  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 CellPropertyChangedEventArgs : EventArgs
  Constructors
CellPropertyChangedEventArgs(IPropertyDefinition, CellRange)
Initializes a new instance of the CellPropertyChangedEventArgs class.
Declaration
public CellPropertyChangedEventArgs(IPropertyDefinition property, CellRange cellRange)
  Parameters
| 
        IPropertyDefinition
        property
         The property.  | 
    
| 
        CellRange
        cellRange
         The cell range.  | 
    
Properties
CellRange
Gets the cell range.
Declaration
public CellRange CellRange { get; }
  Property Value
| 
        CellRange
         The cell range.  | 
    
Property
Gets the property.
Declaration
public IPropertyDefinition Property { get; }
  Property Value
| 
        IPropertyDefinition
         The property.  |