Skip to main content

BeforePagePaintEventArgs Class

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

Namespace: DevExpress.XtraRichEdit

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

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