Hello,
Is there a programmatic way of knowing when the shape selection has changed?
I have a right context in my package and custom shapes. My custom shapes have a custom data property on it called q_type. What I want to do is:
- Click open the right click context panel. Keep it open.
- Select Shape1 which has a custom data property “q_type” value of “foo”. Show the “foo” form in the right click panel.
- User now selects Shape2 which has a custom data property “q_type” value of “bar”. Show the “bar” form.
In my extension app, can I register a method to a on selection changed event?
Thanks, Dan