Scale |
public class ScaleInstanceChangedEventArgs : SelfAccumulateableEventArgs
The ScaleInstanceChangedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| ScaleInstanceChangedEventArgs | Initializes a new instance of the ScaleInstanceChangedEventArgs class. |
| Name | Description | |
|---|---|---|
| NewScale | Gets the new scale instance. | |
| OldScale | Gets the previous scale instance. | |
| ScaleIndex | Gets or sets the index of the scale that changed. |
| Name | Description | |
|---|---|---|
| Add |
Adds the specified event arguments.
(Overrides SelfAccumulateableEventArgsAdd(SelfAccumulateableEventArgs)) | |
| Equals |
Override to ensure that only one instance with a given ScaleIndex is contained in the event args collection.
(Overrides SelfAccumulateableEventArgsEquals(Object)) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode |
Override to ensure that only one instance with a given ScaleIndex is contained in the event args collection.
(Overrides SelfAccumulateableEventArgsGetHashCode) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |