menu

MAUI

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

    Show / Hide Table of Contents

    Class DigitalGaugeTextChangedEventArgs

    Represents the class that contains the data for the TextChanged event.

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

    Constructors

    DigitalGaugeTextChangedEventArgs()

    Declaration
    public DigitalGaugeTextChangedEventArgs()

    Properties

    Text

    Gets the new text value.

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