StyleChangeInfo

StyleChangeInfo class

Represents information about style change.

public sealed class StyleChangeInfo : IEquatable<StyleChangeInfo>

Constructors

Name Description
StyleChangeInfo() The default constructor.

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.

See Also