Constable Authorization Engine 2.0 BETA

CollectionChangeEventArgs Constructor

[This is preliminary documentation and subject to change.]

Initializes a new instance of the CollectionChangeEventArgs class with the given CollectionChangeType

Overload List

Initializes a new instance of the CollectionChangeEventArgs class with the given CollectionChangeType

public CollectionChangeEventArgs(CollectionChangeType);

Initializes a new instance of the CollectionChangeEventArgs class with the given CollectionChangeType, the changed item index and a reference to the changed item itself.

public CollectionChangeEventArgs(CollectionChangeType,int,object);

See Also

CollectionChangeEventArgs Class | LaMarvin.ComponentModel Namespace