Class PickerSelectionChangedEventArgs
Picker selection changed event arguments.
Inheritance
System.Object
PickerSelectionChangedEventArgs
Namespace: Syncfusion.Maui.Picker
Assembly: Syncfusion.Maui.Picker.dll
Syntax
public class PickerSelectionChangedEventArgs : EventArgs
Constructors
PickerSelectionChangedEventArgs()
Declaration
public PickerSelectionChangedEventArgs()
Properties
ColumnIndex
Gets the selected column index.
Declaration
public int ColumnIndex { get; }
Property Value
Type |
---|
System.Int32 |
NewValue
Gets the new selected index.
Declaration
public int NewValue { get; }
Property Value
Type |
---|
System.Int32 |
OldValue
Gets the previous selected index.
Declaration
public int OldValue { get; }
Property Value
Type |
---|
System.Int32 |