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 |