Click or drag to resize

BoundariesChangedEventArgs Class

Provides event data for changes in plot boundaries.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Altaxo.MainSelfAccumulateableEventArgs
      Altaxo.GraphBoundariesChangedEventArgs

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public class BoundariesChangedEventArgs : SelfAccumulateableEventArgs

The BoundariesChangedEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodBoundariesChangedEventArgs Initializes a new instance of the BoundariesChangedEventArgs class.
Public methodBoundariesChangedEventArgs(BoundariesChangedData) Initializes a new instance of the BoundariesChangedEventArgs class.
Public methodBoundariesChangedEventArgs(Boolean, Boolean) Initializes a new instance of the BoundariesChangedEventArgs class.
Top
Properties
 NameDescription
Public propertyData Gets the kind of boundary changes contained in this instance.
Public propertyLowerBoundChanged Gets a value indicating whether the lower bound changed.
Public propertyUpperBoundChanged Gets a value indicating whether the upper bound changed.
Top
Methods
 NameDescription
Public methodAdd(BoundariesChangedData) Adds additional boundary change flags.
Public methodAdd(BoundariesChangedEventArgs) Adds the changes from another BoundariesChangedEventArgs instance.
Public methodAdd(SelfAccumulateableEventArgs) Adds the specified event arguments.
(Overrides SelfAccumulateableEventArgsAdd(SelfAccumulateableEventArgs))
Public methodEquals 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)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodStatic memberFromLowerAndUpperBoundChangedT Creates an instance from flags indicating whether the lower or upper bound changed.
Public methodGetHashCode 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)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodSetVBoundaryChangedFlag Sets the flag that indicates a change of the v-boundary.
Public methodSetXBoundaryChangedFlag Sets the flag that indicates a change of the x-boundary.
Public methodSetYBoundaryChangedFlag Sets the flag that indicates a change of the y-boundary.
Public methodSetZBoundaryChangedFlag Sets the flag that indicates a change of the z-boundary.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Protected field_data The accumulated boundary change flags.
Top
See Also