Occurs when the Value of this pointer is being changed interactively.
Namespace: MindFusion.Gauges
Assembly: MindFusion.Gauges
SyntaxC#
Copy Code
|
|---|
public event ValueChangedEventHandler<Single> ValueChanging |
Visual Basic
Copy Code
|
|---|
Public Event ValueChanging As ValueChangedEventHandler(Of Single) |
Event DataValueChanging event handlers receive an argument of type ValueChangedEventHandler(Single).
See Also