Click or drag to resize

NamedObjectCollectionChangedEventArgs Properties

The NamedObjectCollectionChangedEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyChanges Gets the recorded change flags.
Public propertyItem Gets the affected item.
Public propertyNewName Gets the current item name.
Public propertyOldName Gets the previous item name, if available.
Public propertyWasItemAdded Gets a value indicating whether an item was added.
Public propertyWasItemRemoved Gets a value indicating whether an item was removed.
Public propertyWasItemRenamed Gets a value indicating whether an item was renamed.
Public propertyWasMultipleItemsChanged Gets a value indicating whether multiple items changed.
Top
See Also