I am using the numericupdown control. When a value is assigned programmatically or user changes the value, the ValueChanged event is triggered.
I want the event to be triggered only when the user changes the values and not when I set the minimum and maximum values. How can it be done?