Class SelectionChangedEventArgs
Initializes a new instance of the SelectionChangedEventArgs class.
Inheritance
System.Object
SelectionChangedEventArgs
Namespace: Com.Syncfusion.SfPicker
Assembly: Syncfusion.SfPicker.Android.dll
Syntax
public class SelectionChangedEventArgs : EventArgs
Constructors
SelectionChangedEventArgs()
Declaration
public SelectionChangedEventArgs()
Properties
NewValue
Gets or sets the New Value.
Declaration
public object NewValue { get; set; }
Property Value
Type |
---|
System.Object |
OldValue
Gets or sets the Old Value.
Declaration
public object OldValue { get; set; }
Property Value
Type |
---|
System.Object |