Skip to main content

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.v23.2.dll

NuGet Package: 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