Class DropDownClosingEventArgs
Provides data for the
Inheritance
System.Object
DropDownClosingEventArgs
Namespace: Syncfusion.UI.Xaml.Controls.Input
Assembly: Syncfusion.SfInput.UWP.dll
Syntax
public class DropDownClosingEventArgs : CancelEventArgs
Constructors
DropDownClosingEventArgs()
Declaration
public DropDownClosingEventArgs()
Properties
IsItemSelected
true if the item should be selected; otherwise, false.
Declaration
public bool IsItemSelected { get; }
Property Value
Type |
---|
System.Boolean |