Class ValueChangingEventArgs
Represent the ValueChanging event arguments of pointer.
Inheritance
System.Object
ValueChangingEventArgs
Namespace: Syncfusion.UI.Xaml.Gauges
Assembly: Syncfusion.SfGauge.WPF.dll
Syntax
public class ValueChangingEventArgs : EventArgs
Constructors
ValueChangingEventArgs()
Declaration
public ValueChangingEventArgs()
Properties
Cancel
Gets or sets a value indicating whether to cancel the action.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |
NewValue
Gets the new value of a pointer value property.
Declaration
public double NewValue { get; }
Property Value
Type |
---|
System.Double |
OldValue
Gets the previous value of a pointer value property.
Declaration
public double OldValue { get; }
Property Value
Type |
---|
System.Double |