Proposal: Add "ItemSelected" event to TreeView control #3548
Labels
area-TreeView
feature proposal
New feature proposal
needs-assignee-attention
Assignee needs to follow-up or investigate this issue
team-Controls
Issue for the Controls team
This event would occur when a TreeView item's checkbox is checked or unchecked (when the control's SelectionMode property is "Multiple"). The event should include an argument containing the related node object and the new checkbox state (i.e., IsChecked).
There is currently no way to detect when a node checkbox is checked or unchecked.
The text was updated successfully, but these errors were encountered: