ValueChangedEventHandler Delegate
Represents a method that will handle the ValueIndicatorBase.ValueChanged event.
Namespace: DevExpress.Xpf.Gauges
Assembly: DevExpress.Xpf.Gauges.v25.1.dll
NuGet Package: DevExpress.Wpf.Gauges
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The event source. |
| e | ValueChangedEventArgs | A ValueChangedEventArgs object that contains event data. |
See Also