Class SelectionChangedEventArgs
Selection event args class
Inheritance
System.Object
SelectionChangedEventArgs
Namespace: Syncfusion.iOS.ComboBox
Assembly: Syncfusion.SfComboBox.iOS.dll
Syntax
public class SelectionChangedEventArgs : EventArgs
Constructors
SelectionChangedEventArgs()
Declaration
public SelectionChangedEventArgs()
Properties
Value
Gets the value
Declaration
public object Value { get; }
Property Value
Type |
---|
System.Object |