menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class FormFieldUnfocusedEventArgs

    Provides data for the FormFieldUnfocused event.

    Inheritance
    System.Object
    FormFieldUnfocusedEventArgs
    Namespace: Syncfusion.SfPdfViewer.XForms
    Assembly: Syncfusion.SfPdfViewer.XForms.dll
    Syntax
    public class FormFieldUnfocusedEventArgs : 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