ValueChangedEventHandler Delegate
Represents a method that will handle the ValueIndicatorBase.ValueChanged event.
Namespace: DevExpress.UI.Xaml.Gauges
Assembly: DevExpress.UI.Xaml.Gauges.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Parameters
Name | Type |
---|---|
sender | Object |
e | ValueChangedEventArgs |
See Also