Class DropDownCancelEventArgs
The DropDownCancelEventArgs class contains an argument of its own.
Inherited Members
Namespace: Syncfusion.SfAutoComplete.XForms
Assembly: Syncfusion.SfAutoComplete.XForms.dll
Syntax
public class DropDownCancelEventArgs : CancelEventArgs
Constructors
DropDownCancelEventArgs()
Declaration
public DropDownCancelEventArgs()
Properties
IsItemSelected
Gets a value indicating whether value of the item selection.
Declaration
public bool IsItemSelected { get; }
Property Value
Type |
---|
System.Boolean |