PdfEditorEventArgsBase Class
In This Article
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.v24.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:
#Inheritance
See Also