menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ValueEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ValueEventArgs

    Value event arguments.

    Inheritance
    System.Object
    ValueEventArgs
    Namespace: Syncfusion.SfRating.XForms
    Assembly: Syncfusion.SfRating.XForms.dll
    Syntax
    public class ValueEventArgs : EventArgs

    Constructors

    ValueEventArgs()

    Declaration
    public ValueEventArgs()

    Properties

    Rating

    Gets the rating.

    Declaration
    public SfRating Rating { get; }
    Property Value
    Type Description
    SfRating

    The rating.

    Value

    Gets the value.

    Declaration
    public double Value { get; }
    Property Value
    Type Description
    System.Double

    The value.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved