.NET MAUI Rating Events
The Rating provides the ValueChanged
event, which occurs whenever the Value
property is changed.
The ValueChanged
event handler receives two parameters:
- The
sender
argument which is of typeobject
, but can be cast to theRadShapeRating
orRadTemplatedRating
type. - The
ValueChangedEventArgs
object, which exposes both old and new values of theValue
property.