Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 913 Bytes

treeview_selectionchanged.md

File metadata and controls

22 lines (14 loc) · 913 Bytes
-api-id -api-type
E:Microsoft.UI.Xaml.Controls.TreeView.SelectionChanged
winrt event

Microsoft.UI.Xaml.Controls.TreeView.SelectionChanged

-description

Occurs when there's a change to the items currently selected in the TreeView.

-remarks

Handle the TreeView.SelectionChanged event to respond when the set of selected nodes in the TreeView control is changed either by a user or programmatically. The TreeView control raises this event in response to selection changing, which corresponds to changes in the TreeView.SelectedItem, TreeView.SelectedItems, and TreeView.SelectedNodes properties.

-see-also

-examples