ComboBoxTextSubmittedEventArgs 類別

定義

當使用者在 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
繼承
Object Platform::Object IInspectable ComboBoxTextSubmittedEventArgs
屬性

屬性

Handled

取得或設定是否處理 TextSubmitted 事件。 如果 為 true,架構將不會將 ComboBox 的選取項目自動更新為新的值。

Text

取得使用者輸入的自定義文字值。

適用於