click event

A

Amir

Hi
Can I handle "Click" or "Focus" event of a shape on the drawing page in a
..NET add-in using QueueMarkerEvent Add-on?
(Like Database design template in Visio dose)
If no, what can I do?

Thanks in advance
 
D

David Parker [Visio MVP]

I think that you are looking for the SelectionChanged event.

The normal model for the full Visio UI would be to use persistent document
events to start your event sink, which would listen for the
SelectionChanged.
 
Top