Class SelectionChangedEventArgs
Selection changed event arguments.
Inheritance
System.Object
SelectionChangedEventArgs
Namespace: Syncfusion.SfPicker.XForms
Assembly: Syncfusion.SfPicker.XForms.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 |
---|
System.Object |
OldValue
Gets the old value.
Declaration
public object OldValue { get; }
Property Value
Type |
---|
System.Object |