Class ValueChangedEventArgs
Provides information about value changes
Inheritance
System.Object
ValueChangedEventArgs
Namespace: Syncfusion.Maui.Inputs
Assembly: Syncfusion.Maui.Inputs.dll
Syntax
public class ValueChangedEventArgs : EventArgs
Constructors
ValueChangedEventArgs()
Declaration
public ValueChangedEventArgs()
Fields
value
value field
Declaration
public double value
Field Value
Type |
---|
System.Double |
Properties
Value
Gets or Sets the Value
Declaration
public double Value { get; }
Property Value
Type |
---|
System.Double |