IVectorChangedEventArgs.CollectionChange Property

Definition

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.

Applies to