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