Click or drag to resize

SimpleCollectionChangedEventArgs Class

Accumulatable event arg that can be used for general purposes to indicate a change in a collection. The only parameter here is the originator, i.e. the collection in which the change took place.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Altaxo.MainSelfAccumulateableEventArgs
      Altaxo.MainSimpleCollectionChangedEventArgs

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class SimpleCollectionChangedEventArgs : SelfAccumulateableEventArgs

The SimpleCollectionChangedEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodSimpleCollectionChangedEventArgs Initializes a new instance of the SimpleCollectionChangedEventArgs class.
Top
Properties
 NameDescription
Public propertyOriginator Gets or sets the originator of this event, i.e. the collection in which the change took place.
Top
Methods
 NameDescription
Public methodAdd Adds the specified event args e.
(Overrides SelfAccumulateableEventArgsAdd(SelfAccumulateableEventArgs))
Public methodEquals Determines whether the specified Object, is equal to this instance.
(Overrides SelfAccumulateableEventArgsEquals(Object))
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 methodGetHashCode Returns a hash code for this instance.
(Overrides SelfAccumulateableEventArgsGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also