ComboBoxTextSubmittedEventArgs Classe

Définition

Fournit des données lorsque l’utilisateur entre du texte personnalisé dans le ComboBox.

public ref class ComboBoxTextSubmittedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 458752)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ComboBoxTextSubmittedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 458752)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ComboBoxTextSubmittedEventArgs
Public NotInheritable Class ComboBoxTextSubmittedEventArgs
Héritage
Object Platform::Object IInspectable ComboBoxTextSubmittedEventArgs
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10, version 1809 (introduit dans 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v7.0)

Propriétés

Handled

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.

Text

Obtient la valeur de texte personnalisée entrée par l’utilisateur.

S’applique à