ItemsControl.OnItemStringFormatChanged(String, String) 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.
Appelé quand la propriété ItemStringFormat est modifiée.
protected:
virtual void OnItemStringFormatChanged(System::String ^ oldItemStringFormat, System::String ^ newItemStringFormat);
protected virtual void OnItemStringFormatChanged (string oldItemStringFormat, string newItemStringFormat);
abstract member OnItemStringFormatChanged : string * string -> unit
override this.OnItemStringFormatChanged : string * string -> unit
Protected Overridable Sub OnItemStringFormatChanged (oldItemStringFormat As String, newItemStringFormat As String)
Paramètres
- oldItemStringFormat
- String
Ancienne valeur de la propriété ItemStringFormat.
- newItemStringFormat
- String
Nouvelle valeur de la propriété ItemStringFormat .