Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

BeforePagePaintEventArgs Class

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

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v19.1.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