ItemsControl.OnItemsChanged(Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
protected:
virtual void OnItemsChanged(Platform::Object ^ e) = OnItemsChanged;
void OnItemsChanged(IInspectable const& e);
protected virtual void OnItemsChanged(object e);
function onItemsChanged(e)
Protected Overridable Sub OnItemsChanged (e As Object)
Paramètres
- e
-
Object
Platform::Object
IInspectable
Donnée d’événement. Non typé spécifiquement dans l’implémentation actuelle.