Skip to main content

BrickEventArgsBase(Brick) Constructor

Initializes a new instance of the BrickEventArgsBase class with the specified brick.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public BrickEventArgsBase(
    Brick brick
)

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