Event selecting objects api c#

Event selecting objects api c#

AronNill
Explorer Explorer
1,251 Views
1 Reply
Message 1 of 2

Event selecting objects api c#

AronNill
Explorer
Explorer

Hello everyone!

I want to implement a modified property menu, which, when I select an item, will list the properties I need. But I could not find an event that will pass on to my plugin object id when it is selected. Can you suggest a task event or how can this be implemented for api c# wpf? Thank.

0 Likes
Accepted solutions (1)
1,252 Views
1 Reply
Reply (1)
Message 2 of 2

DHANANJAYKRPANDEYUZB9X
Contributor
Contributor
Accepted solution

Use this event  Application.ActiveDocument.CurrentSelection.Changed += CurrentSelection_Changed;

When ever u selected any component (item ) from screen this event fired.

Only one condition your plugin form should be open where you are going to used