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