BrickEventArgs(EventArgs, Brick, Page, Rectangle, Single, Single) Constructor
In This Article
Initializes a new instance of the BrickEventArgs class with the specified settings.
Namespace: DevExpress.XtraPrinting.Control
Assembly: DevExpress.XtraPrinting.v24.2.dll
NuGet Package: DevExpress.Win.Printing
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
args | Event |
A Event |
brick | Brick | A Brick object. This value is assigned to the Brick |
page | Page | A Page object. This value is assigned to the Brick |
brick |
Rectangle | A Rectangle structure. This value is assigned to the Brick |
x | Single | A Single value. This value is assigned to the Brick |
y | Single | A Single value. This value is assigned to the Brick |
See Also