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

RichEditViewCustomDrawEventArgs(GraphicsCache) Constructor

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

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.XtraRichEdit.v18.2.dll

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