Hello,
I know how to find all instances that a user is selecting using Selection, but I couldn’t figure out how to detect if a user deselected something. There was nothing about that in the documentation, too.
Any help is appreciated!
Hello,
I know how to find all instances that a user is selecting using Selection, but I couldn’t figure out how to detect if a user deselected something. There was nothing about that in the documentation, too.
Any help is appreciated!
You could probably use SelectionChanged. This is an event that fires when a selection is changed. You’d probably just need a tracker variable on the last instance selected, which isn’t too hard to implement.
I have no idea why I didn’t try that before. Thank you.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.