Raised when the spinner value has been changed after a sequence of similar changes.
Namespace: MindFusion.Diagramming.Components
Package: MindFusion.Diagramming
C# Copy Code |
---|
public event EventHandler<ValueChangedEventArgs<Single>> BatchValueChanged |
Visual Basic Copy Code |
---|
Public Event BatchValueChanged As EventHandler(Of ValueChangedEventArgs(Of Single)) |
BatchValueChanged event handlers receive an argument of type ValueChangedEventArgs<Single>.
This event is raised only once after a continuous sequence of similar changes, such as holding down the increase or decrease buttons or entering several digits in a succession then pressing ENTER. In contrast, the ValueChanged event is raised once for each change in the sequence.