New to Telerik UI for .NET MAUI? Start a free 30-day trial
.NET MAUI Rating Events
Updated over 6 months ago
The Rating provides the ValueChanged event, which occurs whenever the Value property is changed.
The ValueChanged event handler receives two parameters:
- The
senderargument which is of typeobject, but can be cast to theRadShapeRatingorRadTemplatedRatingtype. - The
ValueChangedEventArgsobject, which exposes both old and new values of theValueproperty.