menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RatingValueChangedEventArgs - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved