Share via


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(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ComboBoxTextSubmittedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[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

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 à