Skip to main content
A newer version of this page is available. .

PdfEditorEventArgsBase Class

Serves as the base for classes that provide data for events related to showing form field’s editors.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PdfViewer, DevExpress.Wpf.PdfViewer

Declaration

public class PdfEditorEventArgsBase :
    RoutedEventArgs

Remarks

The PdfEditorEventArgsBase class introduces the FieldName property that returns the name of the form field.

Use the PdfEditorEventArgsBase class descendants to provide data for the following events:

See Also