PdfFormFieldEditorShowingEventArgs(String) Constructor
Initializes a new instance of the PdfFormFieldEditorShowingEventArgs class with specified settings.
Namespace: DevExpress.Maui.Pdf
Assembly: DevExpress.Maui.Pdf.dll
NuGet Package: DevExpress.Maui.Pdf
Declaration
public PdfFormFieldEditorShowingEventArgs(
string fieldName
)
Parameters
Name | Type |
---|---|
fieldName | String |
See Also