Skip to main content

BrickEventArgs(EventArgs, Brick, Page, Rectangle, Single, Single) Constructor

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

Namespace: DevExpress.XtraPrinting.Control

Assembly: DevExpress.XtraPrinting.v23.2.dll

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

Declaration

public BrickEventArgs(
    EventArgs args,
    Brick brick,
    Page page,
    Rectangle brickScreenBounds,
    float x,
    float y
)

Parameters

Name Type Description
args EventArgs

A EventArgs object. This value is assigned to the BrickEventArgs.Args property.

brick Brick

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

page Page

A Page object. This value is assigned to the BrickEventArgs.Page property.

brickScreenBounds Rectangle

A Rectangle structure. This value is assigned to the BrickEventArgs.BrickScreenBounds property.

x Single

A Single value. This value is assigned to the BrickEventArgs.X property.

y Single

A Single value. This value is assigned to the BrickEventArgs.Y property.

See Also