alexa
menu

Document Processing

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved