WindowActivatedEventArgs.Handled 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.
Spécifie la propriété qui obtient ou définit si l’événement d’activation de fenêtre a été géré.
public:
property bool Handled { bool get(); void set(bool value); };
bool Handled();
void Handled(bool value);
public bool Handled { get; set; }
var boolean = windowActivatedEventArgs.handled;
windowActivatedEventArgs.handled = boolean;
Public Property Handled As Boolean
Valeur de propriété
Boolean
bool
True si l’événement d’activation de fenêtre a été géré par le délégué approprié ; false si ce n’est pas le cas.