Skip to main content

IDocumentVisitor.Visit(DocumentEndnoteCustomMark) Method

Called when a DocumentEndnoteCustomMark element is encountered.

Namespace: DevExpress.XtraRichEdit.API.Native

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

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

Declaration

void Visit(
    DocumentEndnoteCustomMark endnoteCustomMark
)

Parameters

Name Type Description
endnoteCustomMark DocumentEndnoteCustomMark

An object being visited.

See Also