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?
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?