Interface IVectorChangedEventArgs
Provides data for the changed event of a vector.
Namespace: EmptyKeys.UserInterface.Interactivity
Assembly: EmptyKeys.UserInterface.dll
Syntax
public interface IVectorChangedEventArgs
Properties
CollectionChange
Gets the type of change that occurred in the vector.
Declaration
CollectionChange CollectionChange { get; }
Property Value
Type | Description |
---|---|
CollectionChange | The type of change in the vector. |
Index
Gets the position where the change occurred in the vector.
Declaration
uint Index { get; }
Property Value
Type | Description |
---|---|
System.UInt32 | The zero-based position where the change occurred in the vector, if applicable. |