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