Class FocusChangedEventArgs
Focus changed event arguments.
Inheritance
System.Object
FocusChangedEventArgs
Namespace: Syncfusion.SfNumericUpDown.iOS
Assembly: Syncfusion.SfNumericUpDown.iOS.dll
Syntax
public class FocusChangedEventArgs : Object
Constructors
FocusChangedEventArgs()
Declaration
public FocusChangedEventArgs()
Properties
HasFocus
Gets a value indicating whether this FocusChangedEventArgs has focus.
Declaration
public bool HasFocus { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|