menu

Class ValueChangedEventArgs - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ValueChangedEventArgs

    Provides event data for the ValueChanged event.

    Inheritance
    System.Object
    ValueChangedEventArgs
    AxisTappedEventArgs
    Namespace: Syncfusion.UI.Xaml.Gauges
    Assembly: Syncfusion.Gauge.WinUI.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 value.

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