Class FormFieldValueChangedEventArgs
Provides data for the FormFieldValueChanged event.
Inheritance
System.Object
FormFieldValueChangedEventArgs
Namespace: Syncfusion.Maui.PdfViewer
Assembly: Syncfusion.Maui.PdfViewer.dll
Syntax
public class FormFieldValueChangedEventArgs : EventArgs
Properties
FormField
Gets the form field of the value changed event.
Declaration
public FormField FormField { get; }
Property Value
Type |
---|
FormField |
NewValue
Gets the value of the form field after the change occurred.
Declaration
public object NewValue { get; }
Property Value
Type |
---|
System.Object |
OldValue
Gets the value of the form field before the change occurred.
Declaration
public object OldValue { get; }
Property Value
Type |
---|
System.Object |