menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ValueChangedEventArgs - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ValueChangedEventArgs

    Provides event data for the ValueChanged event.

    Inheritance
    System.Object
    ValueChangedEventArgs
    Namespace: Syncfusion.Maui.Gauges
    Assembly: Syncfusion.Maui.Gauges.dll
    Syntax
    public class ValueChangedEventArgs : EventArgs

    Constructors

    ValueChangedEventArgs()

    Declaration
    public ValueChangedEventArgs()

    Properties

    Value

    Gets the updated value of pointer.

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

    The current value.

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