The ICollectionDescription type exposes the following members.

Properties

  NameDescription
ContainingElementKind
.NET only. Gets the string description of the type of objects in the collection.
TargetCollectionKind
.NET only. Gets the string description of collection type.

Events

  NameDescription
OnAdd
.NET only. Fired when objects added to the collection.
(Inherited from INotifyCollection.)
OnDelete
.NET only. Fired when objects deleted from the collection.
(Inherited from INotifyCollection.)

See Also