Class DropDownCancelEventArgs
DropDown canceling event arguments.
Inheritance
System.Object
DropDownCancelEventArgs
Namespace: Syncfusion.Android.ComboBox
Assembly: Syncfusion.SfComboBox.Android.dll
Syntax
public class DropDownCancelEventArgs : CancelEventArgs
Constructors
DropDownCancelEventArgs()
Declaration
public DropDownCancelEventArgs()
Properties
IsItemSelected
Gets a value indicating whether true or false.
Declaration
public bool IsItemSelected { get; }
Property Value
Type |
---|
System.Boolean |