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 |