Class PickerViewEventArgs
Picker view event arguments.
Inheritance
System.Object
    PickerViewEventArgs
  Namespace: Syncfusion.SfPicker.XForms
Assembly: Syncfusion.SfPicker.XForms.dll
Syntax
public class PickerViewEventArgs : EventArgs
  Constructors
PickerViewEventArgs()
Declaration
public PickerViewEventArgs()
  Properties
Column
Gets the column.
Declaration
public int Column { get; }
  Property Value
| Type | 
|---|
| System.Int32 | 
Item
Gets the item.
Declaration
public object Item { get; }
  Property Value
| Type | 
|---|
| System.Object | 
Row
Gets the row.
Declaration
public int Row { get; }
  Property Value
| Type | 
|---|
| System.Int32 | 
View
Gets or sets the view.
Declaration
public View View { get; set; }
  Property Value
| Type | 
|---|
| Xamarin.Forms.View |