Constable Authorization Engine 2.0 BETA

CollectionChangeType Enumeration

[This is preliminary documentation and subject to change.]

Identifies the type of change to a collection.

[Visual Basic]
Public Enum CollectionChangeType
[C#]
public enum CollectionChangeType

Members

Member Name Description
Add An item has been added to the collection. The corresponding Item and ItemIndex properties should be set to valid values.
Remove An item has been removed from the collection. The corresponding Item and ItemIndex properties should be set to valid values.
Clear The collection has been cleared; the Item property should be set to a null reference (Nothing in Visual Basic) and the ItemIndex property should be set to -1.

Requirements

Namespace: LaMarvin.ComponentModel

Assembly: LaMarvin.Common (in LaMarvin.Common.dll)

See Also

LaMarvin.ComponentModel Namespace