IVectorChangedEventArgs.CollectionChange Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the type of change that occurred in the vector.
public:
property CollectionChange CollectionChange { CollectionChange get(); };
CollectionChange CollectionChange();
public CollectionChange CollectionChange { get; }
var collectionChange = iVectorChangedEventArgs.collectionChange;
Public ReadOnly Property CollectionChange As CollectionChange
Property Value
The type of change in the vector.