Skip to main content

RichEditViewCustomDrawEventArgs(GraphicsCache) Constructor

Initializes a new instance of the RichEditViewCustomDrawEventArgs class with the specified graphics cache.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v23.2.dll

NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.RichEdit, DevExpress.Win.TreeMap

Declaration

public RichEditViewCustomDrawEventArgs(
    GraphicsCache cache
)

Parameters

Name Type Description
cache GraphicsCache

A GraphicsCache object.

Remarks

The RichEditViewCustomDrawEventArgs is created automatically, and passed to the handler of the RichEditControl.CustomDrawActiveView event.

See Also