Partager via


ComboBoxTextSubmittedEventArgs.Handled Propriété

Définition

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

S’applique à