Named |
[Missing <summary> documentation for "T:Altaxo.Main.NamedObjectCollectionChangedEventArgs"]
public class NamedObjectCollectionChangedEventArgs : SelfAccumulateableEventArgs
The NamedObjectCollectionChangedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
NamedObjectCollectionChangedEventArgs(Object, NamedObjectCollectionChangeType) | Initializes a new instance of the NamedObjectCollectionChangedEventArgs class | |
NamedObjectCollectionChangedEventArgs(Object, String, String, NamedObjectCollectionChangeType) | Initializes a new instance of the NamedObjectCollectionChangedEventArgs class |
Name | Description | |
---|---|---|
Changes | ||
Item | ||
NewName | ||
OldName | ||
WasItemAdded | ||
WasItemRemoved | ||
WasItemRenamed | ||
WasMultipleItemsChanged |
Name | Description | |
---|---|---|
Add | (Overrides SelfAccumulateableEventArgsAdd(SelfAccumulateableEventArgs)) | |
Equals |
Override so that two instances of this type, which contain exactly the same item are considered the same. This is to ensure that events are accumulated for each individual item of a collection during the suspended state.
(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) | |
FromItemAdded | Returns an instance when an item was added. | |
FromItemRemoved(INamedObject) | Returns an instance when an item was added. | |
FromItemRemoved(INamedObject, String) | Returns an instance when an item was added. Here the additional parameter itemNameOverride is used as the new and old name of the item. Use this only when absolutely sure about it. | |
FromItemRenamed | Returns an instance when an item was added. | |
FromMultipleChanges | Returns an instance when an item was added. | |
GetHashCode |
Override so that two instances of this type, which contain exactly the same item are considered the same. This is to ensure that events are accumulated for each individual item of a collection during the suspended state.
(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) |