Class SelectionChangingEventArgs
Selection changing event arguments.
Inheritance
System.Object
SelectionChangingEventArgs
Namespace: Syncfusion.Android.ComboBox
Assembly: Syncfusion.SfComboBox.Android.dll
Syntax
public class SelectionChangingEventArgs : CancelEventArgs
Constructors
SelectionChangingEventArgs()
Declaration
public SelectionChangingEventArgs()
Properties
Value
Gets the value.
Declaration
public object Value { get; }
Property Value
Type |
---|
System.Object |