Back to Devexpress

RichEditControl.BeforeImport Event

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-d164d742.md

latest1.7 KB
Original Source

RichEditControl.BeforeImport Event

Occurs before a document is loaded (imported from an external source).

Namespace : DevExpress.Xpf.RichEdit

Assembly : DevExpress.Xpf.RichEdit.v25.2.dll

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public event BeforeImportEventHandler BeforeImport
vb
Public Event BeforeImport As BeforeImportEventHandler

Event Data

The BeforeImport event's data class is BeforeImportEventArgs. The following properties provide information specific to this event:

PropertyDescription
DocumentFormatGets the format of the document being loaded.
OptionsProvides access to the importer options.

Remarks

The BeforeImport event enables you to adjust the importer options as required.

See Also

LoadDocument

DocumentLoaded

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace