pmMDA.NET

IndexedPropertyChangedEventArgs Class

[This is preliminary documentation and subject to change.]

Provides data for the IndexedPropertyChanged event.

For a list of all members of this type, see IndexedPropertyChangedEventArgs Members.

System.Object
   PmMda.Net.Dog.IndexedPropertyChangedEventArgs

[Serializable]
public class IndexedPropertyChangedEventArgs

Remarks

The Action specifies whether the Items have been added, inserted, replaced or removed. The Indices specifies the position of the items if available. The order of the Items is unspecified, but it is guaranteed to be the same order as the corresponding Indices.

Requirements

Namespace: PmMda.Net.Dog

Assembly: pmMDA.NET.Common (in pmMDA.NET.Common.dll)

See Also

IndexedPropertyChangedEventArgs Members | PmMda.Net.Dog Namespace