Class PointerValueChangingEventArgs
To get the ValueChanging event arguments
Inheritance
System.Object
PointerValueChangingEventArgs
Namespace: Syncfusion.UI.Xaml.Gauges
Assembly: Syncfusion.SfGauge.UWP.dll
Syntax
public class PointerValueChangingEventArgs : EventArgs
Constructors
PointerValueChangingEventArgs()
Declaration
public PointerValueChangingEventArgs()
Properties
Cancel
Used to restrict the updating pointer value and cancel dragging.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |
NewValue
Gets the new pointer value which is updating the pointer value.
Declaration
public double NewValue { get; }
Property Value
Type |
---|
System.Double |
OldValue
Gets the old value of pointer which is updated by pointer dragging.
Declaration
public double OldValue { get; }
Property Value
Type |
---|
System.Double |