BrickEventArgs(Brick) Constructor
Initializes a new instance of the BrickEventArgs class with the specified brick.
Namespace: DevExpress.XtraPrinting.Control
Assembly: DevExpress.XtraPrinting.v22.2.dll
NuGet Package: DevExpress.Win.Printing
Declaration
Parameters
Name | Type | Description |
---|---|---|
brick | Brick | A Brick value. This value is assigned to the BrickEventArgsBase.Brick property. |
See Also