FormFieldFocusChangedEvenArgs Class
Provides data for the FormFieldFocusChanged event.
Inheritance
System.Object
FormFieldFocusChangedEvenArgs
Namespace: Syncfusion.Maui.PdfViewer
Assembly: Syncfusion.Maui.PdfViewer.dll
Syntax
public class FormFieldFocusChangedEvenArgs : EventArgs
Properties
FormField
Gets the form field of the focus changed event.
Declaration
public FormField FormField { get; }
Property Value
| Type |
|---|
| FormField |
HasFocus
Gets the value that indicates whether the form field is currently focused.
Declaration
public bool HasFocus { get; }
Property Value
| Type |
|---|
| System.Boolean |