pmMDA.NET

IDataObject.IndexedPropertyChanged Event

[This is preliminary documentation and subject to change.]

Occurs when an indexed property has changed.

event IndexedPropertyChangedEventHandler IndexedPropertyChanged;

Event Data

The event handler receives an argument of type IndexedPropertyChangedEventArgs containing data related to this event. The following IndexedPropertyChangedEventArgs properties provide information specific to this event.

Property Description
Action Gets whether the items were added, inserted, removed or replaced.
Indices Gets the indices of the inserted, removed or replaced items.
Items Gets the added, inserted, removed or replaced items.
ItemsCount Gets the count of added, inserted, removed or replaced items.
Owner Gets the data object that owns the changed indexed property.
PropertyName Gets the name of the changed property.

Remarks

Indexed properties are a list of data objects.

Indexed property do change if items were added, inserted, removed, or replaced and not if the data of an item has changed.

See Also

IDataObject Interface | PmMda.Net.Dog Namespace