Class VectorChangedEventArgs
Inheritance
System.Object
VectorChangedEventArgs
Implements
Windows.Foundation.Collections.IVectorChangedEventArgs
Namespace: Syncfusion.Data
Assembly: Syncfusion.Data.UWP.dll
Syntax
public class VectorChangedEventArgs : Object, IVectorChangedEventArgs
Constructors
VectorChangedEventArgs(CollectionChange, UInt32)
Declaration
public VectorChangedEventArgs(CollectionChange type, uint index)
Parameters
Type | Name | Description |
---|---|---|
Windows.Foundation.Collections.CollectionChange | type | |
System.UInt32 | index |
Properties
CollectionChange
Declaration
public CollectionChange CollectionChange { get; set; }
Property Value
Type |
---|
Windows.Foundation.Collections.CollectionChange |
Index
Declaration
public uint Index { get; set; }
Property Value
Type |
---|
System.UInt32 |
Implements
Windows.Foundation.Collections.IVectorChangedEventArgs