ComboBoxTextSubmittedEventArgs.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.
Obtient ou définit si l’événement TextSubmitted a été géré ou non. Si la valeur est true, l’infrastructure ne met pas automatiquement à jour l’élément sélectionné du ComboBox vers la nouvelle valeur.
public:
property bool Handled { bool get(); void set(bool value); };
bool Handled();
void Handled(bool value);
public bool Handled { get; set; }
var boolean = comboBoxTextSubmittedEventArgs.handled;
comboBoxTextSubmittedEventArgs.handled = boolean;
Public Property Handled As Boolean
Valeur de propriété
Boolean
bool