Skip to main content

BeforeImportEventArgs(DocumentFormat, IImporterOptions) Constructor

Initializes a new instance of the BeforeImportEventArgs class with the specified values.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public BeforeImportEventArgs(
    DocumentFormat documentFormat,
    IImporterOptions options
)

Parameters

Name Type Description
documentFormat DocumentFormat

A DocumentFormat enumeration value specifying the export format.

options IImporterOptions

An object exposing the DevExpress.XtraRichEdit.Export.IImporterOptions interface, such as the DocumentImporterOptions object and its descendants.

See Also