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

ユーザーが入力したカスタム テキスト値を取得します。

適用対象