How to know when a user deselects an instance with Selection?

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!

1 Like

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.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.