StyleChangeInfo class
StyleChangeInfo class
Represents information about style change.
The StyleChangeInfo type exposes the following members:
Constructors
Constructor |
Description |
init |
Constructs a new instance of StyleChangeInfo |
Properties
Property |
Description |
property_name |
Gets or Sets the name of the property that was changed. |
new_value |
Gets or Sets the new value of property. |
old_value |
Gets or Sets the old value of property. |
Methods
Method |
Description |
equals |
Style change equivalence check. |
See Also