DataGridCellsPresenter.OnItemChanged(Object, 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.
Met à jour les cellules affichées lorsque la valeur de propriété Item a changé.
protected:
virtual void OnItemChanged(System::Object ^ oldItem, System::Object ^ newItem);
protected virtual void OnItemChanged (object oldItem, object newItem);
abstract member OnItemChanged : obj * obj -> unit
override this.OnItemChanged : obj * obj -> unit
Protected Overridable Sub OnItemChanged (oldItem As Object, newItem As Object)