Class FocusEventArgs
Represents the arguments for FocusChanged event.
Inheritance
System.Object
FocusEventArgs
Namespace: Syncfusion.SfNumericTextBox.XForms
Assembly: Syncfusion.SfNumericTextBox.XForms.dll
Syntax
public class FocusEventArgs : EventArgs
Constructors
FocusEventArgs()
Declaration
public FocusEventArgs()
Properties
HasFocus
Gets a value indicating whether has focus is gained or not.
Declaration
public bool HasFocus { get; }
Property Value
Type |
---|
System.Boolean |