Class FocusEventArgs
Focus event args class.
Inheritance
System.Object
FocusEventArgs
Namespace: Syncfusion.SfAutoComplete.iOS
Assembly: Syncfusion.SfAutoComplete.iOS.dll
Syntax
public class FocusEventArgs : Object
Constructors
FocusEventArgs()
Declaration
public FocusEventArgs()
Properties
HasFocus
Gets or sets a value indicating whether the value of Has Focus property.
Declaration
public bool HasFocus { get; set; }
Property Value
Type |
---|
System.Boolean |