Compartir a través de


ItemsChangedEventArgs.ItemCount Propiedad

Definición

Obtiene el número de elementos implicados en el cambio.

public:
 property int ItemCount { int get(); };
int ItemCount();
public int ItemCount { get; }
var int32 = itemsChangedEventArgs.itemCount;
Public ReadOnly Property ItemCount As Integer

Valor de propiedad

Int32

int

Entero que representa el número de elementos implicados en el cambio.

Se aplica a