Class RatingValueChangedEventArgs
Inheritance
System.Object
RatingValueChangedEventArgs
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class RatingValueChangedEventArgs : EventArgs
Constructors
RatingValueChangedEventArgs(Single)
Declaration
public RatingValueChangedEventArgs(float value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Single | value |
Properties
Value
Declaration
public float Value { get; set; }
Property Value
| Type |
|---|
| System.Single |