Back to Devexpress

PrintControl.PaintMarkedBricksArea Event

windowsforms-devexpress-dot-xtraprinting-dot-control-dot-printcontrol-33107174.md

latest1.9 KB
Original Source

PrintControl.PaintMarkedBricksArea Event

Occurs when the area of a marked brick is painted.

Namespace : DevExpress.XtraPrinting.Control

Assembly : DevExpress.XtraPrinting.v25.2.dll

NuGet Package : DevExpress.Win.Printing

Declaration

csharp
public event EventHandler<AreaPaintEventArgs> PaintMarkedBricksArea
vb
Public Event PaintMarkedBricksArea As EventHandler(Of AreaPaintEventArgs)

Event Data

The PaintMarkedBricksArea event's data class is AreaPaintEventArgs. The following properties provide information specific to this event:

PropertyDescription
AreaGets the area around the element being painted.
Cache
GraphicsGets the drawing surface of the element being painted.

See Also

MarkBrick(Brick, Page)

UnmarkBrick(Brick, Page)

PrintControl Class

PrintControl Members

DevExpress.XtraPrinting.Control Namespace