[This is preliminary documentation and subject to change.]
Initializes a new instance of the CollectionChangeEventArgs class with the given CollectionChangeType
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);
CollectionChangeEventArgs Class | LaMarvin.ComponentModel Namespace