Click or drag to resize

NamedObjectCollectionChangedEventArgs Methods

The NamedObjectCollectionChangedEventArgs type exposes the following members.

Methods
 NameDescription
Public methodAdd
(Overrides SelfAccumulateableEventArgsAdd(SelfAccumulateableEventArgs))
Public methodEquals 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))
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 memberFromItemAdded Returns an instance when an item was added.
Public methodStatic memberFromItemRemoved(INamedObject) Returns an instance when an item was added.
Public methodStatic memberFromItemRemoved(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.
Public methodStatic memberFromItemRenamed Returns an instance when an item was added.
Public methodStatic memberFromMultipleChanges Returns an instance when an item was added.
Public methodGetHashCode 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)
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