TreeViewItemInvokedEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供 TreeView.ItemInvoked 事件的事件資料。
適用于 UWP 的對等 WinUI 2 API:Microsoft.UI.Xaml.Controls.TreeViewItemInvokedEventArgs (Windows 應用程式 SDK中的 WinUI,請參閱Windows 應用程式 SDK命名空間) 。
public ref class TreeViewItemInvokedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class TreeViewItemInvokedEventArgs final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class TreeViewItemInvokedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class TreeViewItemInvokedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class TreeViewItemInvokedEventArgs
Public NotInheritable Class TreeViewItemInvokedEventArgs
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 10, version 1803 (已於 10.0.17134.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v6.0 引進)
|
屬性
Handled |
取得或設定值,這個值會將路由事件標示為已處理。 的 true值可防止事件路由上的大部分處理常式再次處理相同的事件。 適用于 UWP 的對等 WinUI 2 API:Microsoft.UI.Xaml.Controls.TreeViewItemInvokedEventArgs.Handled (for WinUI 在Windows 應用程式 SDK中,請參閱Windows 應用程式 SDK命名空間) 。 |
InvokedItem |
取得叫用的 TreeView 專案。 適用于 UWP 的對等 WinUI 2 API:Microsoft.UI.Xaml.Controls.TreeViewItemInvokedEventArgs.InvokedItem (Windows 應用程式 SDK中的 WinUI,請參閱Windows 應用程式 SDK命名空間) 。 |