Skip to main content

BrickEventArgs(Brick) Constructor

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

Namespace: DevExpress.XtraPrinting.Control

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing

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