Shape Data dialog events

B

baldman

What I would like to do is to handle events for specific cells in the Shape
Data screen as they happen.
I have three fixed-list type combo boxes that rely on each other. I populate
the combos for one shape, then when the user is looking at the Shape Data
dialog and changes it, I need to capture that event right then to populate
the others based on the first's selection.
Every event I add seems to only be captured on close of the Shape Data
dialog though. Through the C# interface I added both the CellChanged and the
FormulaChanged event handlers to the cell. They get fired when the Shape Data
closes. How can I get them to fire at the moment the data changes?
 
P

Paul Herber

What I would like to do is to handle events for specific cells in the Shape
Data screen as they happen.
I have three fixed-list type combo boxes that rely on each other. I populate
the combos for one shape, then when the user is looking at the Shape Data
dialog and changes it, I need to capture that event right then to populate
the others based on the first's selection.
Every event I add seems to only be captured on close of the Shape Data
dialog though. Through the C# interface I added both the CellChanged and the
FormulaChanged event handlers to the cell. They get fired when the Shape Data
closes. How can I get them to fire at the moment the data changes?

Answered on the VisGuy forum.
http://visguy.com/vgforum/index.php?topic=1647.0
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top