Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / Rating Class / RatingValueChanged Event


In This Topic
    RatingValueChanged Event
    In This Topic
    Event called when the Rating’s Value has been changed.
    Syntax
    'Declaration
     
    Public Event RatingValueChanged As RoutedPropertyChangedEventHandler(Of Double)
    'Usage
     
    Dim instance As Rating
    Dim handler As RoutedPropertyChangedEventHandler(Of Double)
     
    AddHandler instance.RatingValueChanged, handler
    public event RoutedPropertyChangedEventHandler<double> RatingValueChanged
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also