M
Michael Pollard
I cannot find any documentation on SelectionChanged in the MSDN library other
than the actual syntax (and generic comments on Events as a whole). I am new
to Visio development. I just want to know when the selection changes, with
what was deselected and what was selected. This shouldn't be so hard.
All I need are the object IDs of the main objects, Selection.Item(1) before,
Selection.Item(1) after. I can select the new object using EventDblClick,
but that doesn't help with deselecting the old object. I want to make some
changes to each (selection indicators, larger and bolder than the ones Visio
uses, maybe later update a custom "custom properties" page). If I could
modify the way Visio did things, I would just do that instead, but I can't
find that either.
If SelectionChanged isn't the best/easiest way to this, please let me know.
than the actual syntax (and generic comments on Events as a whole). I am new
to Visio development. I just want to know when the selection changes, with
what was deselected and what was selected. This shouldn't be so hard.
All I need are the object IDs of the main objects, Selection.Item(1) before,
Selection.Item(1) after. I can select the new object using EventDblClick,
but that doesn't help with deselecting the old object. I want to make some
changes to each (selection indicators, larger and bolder than the ones Visio
uses, maybe later update a custom "custom properties" page). If I could
modify the way Visio did things, I would just do that instead, but I can't
find that either.
If SelectionChanged isn't the best/easiest way to this, please let me know.