RichEditViewCustomDrawEventArgs(GraphicsCache) Constructor
Initializes a new instance of the RichEditViewCustomDrawEventArgs class with the specified graphics cache.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.XtraRichEdit.v20.2.dll
Declaration
public RichEditViewCustomDrawEventArgs(
GraphicsCache cache
)
Public Sub New(
cache As GraphicsCache
)
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
Feedback