This is a migrated thread and some comments may be shown as answers.

ValueChanged event

1 Answer 48 Views
Rating
This is a migrated thread and some comments may be shown as answers.
Trude
Top achievements
Rank 2
Trude asked on 13 Oct 2011, 11:31 AM

The event is declared like so:

 

ValueChanged(sender As Object, e As System.Windows.RoutedPropertyChangedEventArgs(Of Double?))

Notice the question mark at the end; should the value really be nullable? The slider for example does not have a nullable value property.

 

 

1 Answer, 1 is accepted

Sort by
0
Viktor Tsvetkov
Telerik team
answered on 18 Oct 2011, 12:29 PM
Hello Jorn,

We decided to make the value of the RadRating nullable, because it makes sense if something is not rated yet to have null value, while having a zero value means it has the worst rating.

Regards,
Viktor Tsvetkov
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
Rating
Asked by
Trude
Top achievements
Rank 2
Answers by
Viktor Tsvetkov
Telerik team
Share this question
or