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