BrickEventArgsBase(Brick) Constructor
Initializes a new instance of the BrickEventArgsBase class with the specified brick.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v23.1.Core.dll
NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design
Declaration
Parameters
Name | Type | Description |
---|---|---|
brick | Brick | A Brick object specifying the brick for which an event has been raised. This value is assigned to the BrickEventArgsBase.Brick property. |
Remarks
Instances of the BrickEventArgsBase class are automatically created, initialized and passed to the corresponding event handlers.
See Also