Class TextChangedEventArgs
Text changed event arguments.
Inheritance
System.Object
TextChangedEventArgs
Namespace: Syncfusion.Android.ComboBox
Assembly: Syncfusion.SfComboBox.Android.dll
Syntax
public class TextChangedEventArgs : EventArgs
Constructors
TextChangedEventArgs()
Declaration
public TextChangedEventArgs()
Properties
Value
Gets the value.
Declaration
public string Value { get; }
Property Value
Type |
---|
System.String |