menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FormFieldFocusedEventArgs - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FormFieldFocusedEventArgs

    Provides data for the FormFieldFocused event.

    Inheritance
    System.Object
    FormFieldFocusedEventArgs
    Namespace: Syncfusion.SfPdfViewer.Android
    Assembly: Syncfusion.SfPdfViewer.Android.dll
    Syntax
    public class FormFieldFocusedEventArgs : EventArgs

    Properties

    FormFieldName

    Gets the name of the form field.

    Declaration
    public string FormFieldName { get; }
    Property Value
    Type
    System.String

    FormFieldType

    Gets the type of the form field.

    Declaration
    public FormFieldType FormFieldType { get; }
    Property Value
    Type
    FormFieldType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved