PasswordBoxPasswordChangingEventArgs.IsContentChanging Propriété
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.
Obtient une valeur qui indique si l’événement s’est produit en raison d’une modification du contenu du texte.
public:
property bool IsContentChanging { bool get(); };
bool IsContentChanging();
public bool IsContentChanging { get; }
var boolean = passwordBoxPasswordChangingEventArgs.isContentChanging;
Public ReadOnly Property IsContentChanging As Boolean
Valeur de propriété
bool
true si une modification du contenu du texte a provoqué l’événement ; sinon, false.
Remarques
Cet événement se produit pour un changement de format ou de contenu. La propriété IsContentChanging permet de distinguer quand le contenu du texte change.