How can i know when a property in ocx change.
I mean something like event that tell me when user of the control change the value of the property that i made.

For example

I have make a property named BarValue.

When a user change the value of bar1.barvalue like this
Bar1.BarValue=15 the i want to know when the user made that to execute a procedure that i make like to change the view of bar.

I don't know if you can understand me but i hope that help you.

Thank's