C# Class Groves.Collections.VectorChangedEventArgs

Vector changed EventArgs
Inheritance: IVectorChangedEventArgs
显示文件 Open project: tomzorz/Groves Class Usage Examples

Public Methods

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

Construct an eventargs

Method Details

VectorChangedEventArgs() public method

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
return Windows.Foundation.Collections