Class ValueChangedEventArgs
ValueChanged event arguments.
Inheritance
System.Object
ValueChangedEventArgs
Namespace: Com.Syncfusion.Rating
Assembly: Syncfusion.SfRating.Android.dll
Syntax
public class ValueChangedEventArgs : EventArgs
Constructors
ValueChangedEventArgs()
Declaration
public ValueChangedEventArgs()
Properties
Value
Gets the value.
Declaration
public double Value { get; }
Property Value
Type | Description |
---|---|
System.Double | The value. |