menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ValueChangedEventArgs

    Represents the value changed event arguments. You can customize the digital gauge values using ValueChangedEventArgs.

    Inheritance
    System.Object
    ValueChangedEventArgs
    Namespace: Syncfusion.SfGauge.XForms
    Assembly: Syncfusion.SfGauge.XForms.dll
    Syntax
    public class ValueChangedEventArgs : EventArgs

    Constructors

    ValueChangedEventArgs()

    Declaration
    public ValueChangedEventArgs()

    Properties

    DigitalGauge

    Gets the digital gauge.

    Declaration
    public SfDigitalGauge DigitalGauge { get; }
    Property Value
    Type Description
    SfDigitalGauge

    The digital gauge.

    Value

    Gets the value.

    Declaration
    public string Value { get; }
    Property Value
    Type Description
    System.String

    The value.

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