IVectorChangedEventArgs.Index Property

Definition

Gets the position where the change occurred in the vector.

public:
 property unsigned int Index { unsigned int get(); };
uint32_t Index();
public uint Index { get; }
var uInt32 = iVectorChangedEventArgs.index;
Public ReadOnly Property Index As UInteger

Property Value

UInt32

unsigned int

uint32_t

The zero-based position where the change occurred in the vector, if applicable.

Applies to