Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FormFieldValueChangedEventArgs - Xamarin.iOS API Reference | Syncfusion FormFieldValueChanged event. ">

    Show / Hide Table of Contents

    Class FormFieldValueChangedEventArgs

    Provides data for the FormFieldValueChanged event.

    Inheritance
    System.Object
    FormFieldValueChangedEventArgs
    Namespace: Syncfusion.SfPdfViewer.iOS
    Assembly: Syncfusion.SfPdfViewer.iOS.dll
    Syntax
    public class FormFieldValueChangedEventArgs : EventArgs

    Properties

    FormFieldName

    Gets the name of the form field.

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

    FormFieldType

    Gets the type of the form field.

    Declaration
    public FormFieldType FormFieldType { get; }
    Property Value
    Type Description
    FormFieldType

    NewValue

    Gets the value of the form field after the event occurred.

    Declaration
    public object NewValue { get; }
    Property Value
    Type Description
    System.Object

    OldValue

    Gets the value of the form field before the event occurred.

    Declaration
    public object OldValue { get; }
    Property Value
    Type Description
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved