ComboBoxTextSubmittedEventArgs クラス

定義

ユーザーが 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
継承
Object Platform::Object IInspectable ComboBoxTextSubmittedEventArgs
属性

Windows の要件

デバイス ファミリ
Windows 10, version 1809 (10.0.17763.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v7.0 で導入)

プロパティ

Handled

TextSubmitted イベントが処理されたかどうかを取得または設定します。 true の場合、フレームワークは ComboBox の選択した項目を新しい値に自動的に更新しません。

Text

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

適用対象