Class PickerViewEventArgs
Represents the picker view event arguments.
Inheritance
System.Object
PickerViewEventArgs
Namespace: Syncfusion.SfPicker.iOS
Assembly: Syncfusion.SfPicker.iOS.dll
Syntax
public class PickerViewEventArgs : EventArgs
Constructors
PickerViewEventArgs()
Declaration
public PickerViewEventArgs()
Properties
Column
Gets the column.
Declaration
public int Column { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The column number. |
Item
Gets the item.
Declaration
public object Item { get; }
Property Value
Type | Description |
---|---|
System.Object | The picker item. |
Row
Gets the row.
Declaration
public int Row { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The row number. |