Class DropDownCancelEventArgs
The DropDownCancelEventArgs class contains an argument of its own.
Inheritance
System.Object
DropDownCancelEventArgs
Namespace: Syncfusion.Maui.Core
Assembly: Syncfusion.Maui.Core.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 |