Skip to main content
A newer version of this page is available. .

BrickEventArgs(Brick) Constructor

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

Namespace: DevExpress.XtraPrinting.Control

Assembly: DevExpress.XtraPrinting.v18.2.dll

Declaration

public BrickEventArgs(
    Brick brick
)

Parameters

Name Type Description
brick Brick

A Brick value. This value is assigned to the BrickEventArgsBase.Brick property.

See Also