Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

TreeViewItemInvokedEventArgs.InvokedItem Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets the TreeView item that is invoked.

public:
 property Platform::Object ^ InvokedItem { Platform::Object ^ get(); };
IInspectable InvokedItem();
public object InvokedItem { get; }
var object = treeViewItemInvokedEventArgs.invokedItem;
Public ReadOnly Property InvokedItem As Object

Property Value

Object

Platform::Object

IInspectable

The TreeView item that is invoked.

Applies to


Feedback

Was this page helpful?