Scale |
[Missing <summary> documentation for "T:Altaxo.Graph.ScaleInstanceChangedEventArgs"]
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 | ||
| OldScale | ||
| ScaleIndex |
| Name | Description | |
|---|---|---|
| Add | (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) |