Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

BeforeImportEventArgs(DocumentFormat, IImporterOptions) Constructor

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

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v19.1.Core.dll

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