I have a GUI that is issuing commands to a web server based on slider values. Some of these sliders are \"coupled\" on the web server, so changing one of them may also chang
The standard model used in .Net WPF is to fire an event only if value of the property has changed! In your case it is setValue() method.
setValue()