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

BeforePagePaintEventArgs Class

Provides data for the BeforePagePaint event of the RichEditControl and RichEditDocumentServer.

Namespace: DevExpress.XtraRichEdit

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

Declaration

public class BeforePagePaintEventArgs :
    EventArgs

Remarks

The BeforePagePaintEventArgs objects are automatically created, initialized and passed to the BeforePagePaint event handlers.

Inheritance

Object
EventArgs
BeforePagePaintEventArgs
See Also