StyleChangeInfo
StyleChangeInfo class
Represents information about style change.
public sealed class StyleChangeInfo : IEquatable<StyleChangeInfo>
Constructors
Properties
| Name | 
Description | 
| NewValue { get; set; } | 
Gets or Sets the new value of property. | 
| OldValue { get; set; } | 
Gets or Sets the old value of property. | 
| PropertyName { get; set; } | 
Gets or Sets the name of the property that was changed. | 
Methods
| Name | 
Description | 
| override Equals(object) | 
Equivalence check with object. | 
| Equals(StyleChangeInfo) | 
Style change equivalence check. | 
| override GetHashCode() | 
Generates a hash code for the current StyleChangeInfo instance. | 
See Also