Class ValueChangedEventArgs
ValueChangedEventArgs class contains an arguments of its own.
Inheritance
System.Object
ValueChangedEventArgs
Namespace: Syncfusion.XForms.ComboBox
Assembly: Syncfusion.SfComboBox.XForms.dll
Syntax
public class ValueChangedEventArgs : EventArgs
Constructors
ValueChangedEventArgs()
Declaration
public ValueChangedEventArgs()
Properties
Value
Gets the Text of the SfComboBox control.
Declaration
public string Value { get; }
Property Value
Type |
---|
System.String |