ComboBoxTextSubmittedEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當使用者在 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
- 繼承
- 屬性
屬性
Handled |
取得或設定是否處理 TextSubmitted 事件。 如果 為 true,架構將不會將 ComboBox 的選取項目自動更新為新的值。 |
Text |
取得使用者輸入的自定義文字值。 |