menu

MAUI

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

    Show / Hide Table of Contents

    Class ValueChangedEventArgs

    Provides information about value changes

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

    Constructors

    ValueChangedEventArgs()

    Declaration
    public ValueChangedEventArgs()

    Fields

    value

    value field

    Declaration
    public double value
    Field Value
    Type
    System.Double

    Properties

    Value

    Gets or Sets the Value

    Declaration
    public double Value { get; }
    Property Value
    Type
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved