Shape Data Edit Event

D

dtd

Is there a way to capture the event after a user has edited shape data? I
would like to perform validation on the value that was entered.
 
D

David Parker

FormulaChanged event

dtd said:
Is there a way to capture the event after a user has edited shape data? I
would like to perform validation on the value that was entered.
 
D

dtd

Thanks for your reply. I have used the ShapeExitedTextEvent for capturing
and validating text that the user has entered for the shape text, but I need
to validate what is entered when a value for a custom property (shape data)
has changed.
 
Top