Skip to main content
A newer version of this page is available. .

CustomMarkDrawEventArgs(CustomMarkVisualInfoCollection) Constructor

Initializes a new instance of the CustomMarkDrawEventArgs class with the specified custom mark visual info.

Namespace: DevExpress.Xpf.RichEdit

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.RichEdit, DevExpress.Wpf.RichEdit

Declaration

public CustomMarkDrawEventArgs(
    CustomMarkVisualInfoCollection visualInfoCollection
)

Parameters

Name Type Description
visualInfoCollection DevExpress.XtraRichEdit.Layout.Export.CustomMarkVisualInfoCollection

A DevExpress.XtraRichEdit.Layout.Export.CustomMarkVisualInfoCollection collection containing custom marks visual info.

Remarks

The CustomMarkDrawEventArgs is created automatically, and passed to the handler of the RichEditControl.CustomMarkDraw event.

See Also