There is a simple slider . He has a ValueChanged event. It is triggered when the value value changes and it doesn't matter if it changes programmatically or from the interface. I need the event to be triggered when the user drags the slider with the mouse and releases the mouse button (I hope this is) + know what value value he set, as in ValueChanged is e.NewValue . In the extreme case, track when ValueChanged changes programmatically, and when the user.
|
isChangingMyself = true; Value = 20; isChangingMyself = false;isChangingMyself = true; Value = 20; isChangingMyself = false;. And in theValueChangedif (isChangingMyself) ...- VladD