Boundaries |
[Missing <summary> documentation for "T:Altaxo.Graph.BoundariesChangedEventArgs"]
public class BoundariesChangedEventArgs : SelfAccumulateableEventArgs
The BoundariesChangedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| BoundariesChangedEventArgs | Initializes a new instance of the BoundariesChangedEventArgs class | |
| BoundariesChangedEventArgs(BoundariesChangedData) | Initializes a new instance of the BoundariesChangedEventArgs class | |
| BoundariesChangedEventArgs(Boolean, Boolean) | Initializes a new instance of the BoundariesChangedEventArgs class |
| Name | Description | |
|---|---|---|
| Data | ||
| LowerBoundChanged | ||
| UpperBoundChanged |
| Name | Description | |
|---|---|---|
| Add(BoundariesChangedData) | ||
| Add(BoundariesChangedEventArgs) | ||
| Add(SelfAccumulateableEventArgs) | (Overrides SelfAccumulateableEventArgsAdd(SelfAccumulateableEventArgs)) | |
| Equals |
Override to ensure that only one instance of SelfAccumulateableEventArgs is contained in the accumulated event args collection.
You have to override Equals in the following way: two instances of the same type, which can be merged together, should return true (and GetHashCode should then return the same value).
(Inherited from SelfAccumulateableEventArgs) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| FromLowerAndUpperBoundChangedT | ||
| GetHashCode |
Override to ensure that only one instance of SelfAccumulateableEventArgs is contained in the accumulated event args collection.
You have to override GetHashCode in the following way: two instances of the same type, which can be merged together, should return the same hash code (and Equals should then return true).
(Inherited from SelfAccumulateableEventArgs) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| SetVBoundaryChangedFlag | ||
| SetXBoundaryChangedFlag | ||
| SetYBoundaryChangedFlag | ||
| SetZBoundaryChangedFlag | ||
| ToString | Returns a string that represents the current object. (Inherited from Object) |