C# Class Groves.Collections.VectorChangedEventArgs

Vector changed EventArgs
Inheritance: IVectorChangedEventArgs
Afficher le fichier Open project: tomzorz/Groves Class Usage Examples

Méthodes publiques

Méthode Description
VectorChangedEventArgs ( CollectionChange cc, int index = -1, object item = null ) : Windows.Foundation.Collections

Construct an eventargs

Method Details

VectorChangedEventArgs() public méthode

Construct an eventargs
public VectorChangedEventArgs ( CollectionChange cc, int index = -1, object item = null ) : Windows.Foundation.Collections
cc CollectionChange collection change type
index int index of item changed
item object item changed
Résultat Windows.Foundation.Collections