Initializes a new instance of the ValueChangedEventArgs class.
Namespace: MindFusion.Gauges.Wpf
Assembly: MindFusion.Gauges.Wpf
SyntaxC#
Copy Code
|
|---|
public ValueChangedEventArgs<T> ( |
Visual Basic
Copy Code
|
|---|
Public New (Of T) ( _ |
The previous value of the changed property.
The new value of the changed property.
See Also