| Visual Basic (Declaration) | |
|---|---|
Public Event ValueChanging As dbiDial.EventValueChangingHandler | |
| C# | |
|---|---|
public event dbiDial.EventValueChangingHandler ValueChanging | |
The event handler receives an argument of type ValueChangingEventArgs containing data related to this event. The following ValueChangingEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| NewValue | The value the dial will become |
| OldValue | The previous value if the dial. |
This event will fire when either the Value Property is changed in code, or when the dial is moved through user interaction.