Class SelectionChangedEventArgs
Represents the selection changed event arguments.
Inheritance
System.Object
SelectionChangedEventArgs
Namespace: Syncfusion.SfPicker.iOS
Assembly: Syncfusion.SfPicker.iOS.dll
Syntax
public class SelectionChangedEventArgs : EventArgs
Constructors
SelectionChangedEventArgs()
Declaration
public SelectionChangedEventArgs()
Properties
NewValue
Gets the new value.
Declaration
public object NewValue { get; }
Property Value
Type | Description |
---|---|
System.Object | The new selected value. |
OldValue
Gets the old value.
Declaration
public object OldValue { get; }
Property Value
Type | Description |
---|---|
System.Object | The old selected value. |