Class DropDownItemEventArgs
Drop down event args class.
Inheritance
System.Object
DropDownItemEventArgs
Namespace: Syncfusion.iOS.ComboBox
Assembly: Syncfusion.SfComboBox.iOS.dll
Syntax
public class DropDownItemEventArgs : Object
Constructors
DropDownItemEventArgs()
Declaration
public DropDownItemEventArgs()
Properties
Index
Gets Index.
Declaration
public nint Index { get; }
Property Value
Type |
---|
System.nint |
Item
Gets the value of Item.
Declaration
public NSObject Item { get; }
Property Value
Type |
---|
Foundation.NSObject |
View
Gets or sets the view.
Declaration
public UIView View { get; set; }
Property Value
Type |
---|
UIKit.UIView |