Class DropDownCancelEventArgs
DropDown canceling event arguments.
Inheritance
System.Object
    DropDownCancelEventArgs
  Namespace: Com.Syncfusion.Autocomplete
Assembly: Syncfusion.SfAutoComplete.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 |