Class RatingValueChangedEventArgs
Provides the data for the ValueChanged event.
Inheritance
System.Object
RatingValueChangedEventArgs
Namespace: Syncfusion.UI.Xaml.Editors
Assembly: Syncfusion.Editors.WinUI.dll
Syntax
public class RatingValueChangedEventArgs : EventArgs
Properties
NewValue
Gets the new rating value of the SfRating.
Declaration
public object NewValue { get; }
Property Value
Type |
---|
System.Object |
OldValue
Gets the old rating value of the SfRating.
Declaration
public object OldValue { get; }
Property Value
Type |
---|
System.Object |