Class FocusChangedEventArgs
Focus changed event arguments.
Inheritance
System.Object
    FocusChangedEventArgs
  Namespace: Com.Syncfusion.Autocomplete
Assembly: Syncfusion.SfAutoComplete.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 |