Class FocusChangedEventArgs
The FocusChangedEventArgs class contains an argument of its own.
Inheritance
System.Object
FocusChangedEventArgs
Namespace: Syncfusion.XForms.ComboBox
Assembly: Syncfusion.SfComboBox.XForms.dll
Syntax
public class FocusChangedEventArgs : EventArgs
Constructors
FocusChangedEventArgs()
Declaration
public FocusChangedEventArgs()
Properties
HasFocus
Gets or sets a value that indicates whether this FocusChangedEventArgs has focus.
Declaration
public bool HasFocus { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|