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

DocumentPreviewMouseEventArgs(Int32, Brick) Constructor

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

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v18.2.dll

Declaration

public DocumentPreviewMouseEventArgs(
    int pageIndex,
    Brick brick
)

Parameters

Name Type Description
pageIndex Int32

A zero-based index of the document page. This value is assigned to the DocumentPreviewMouseEventArgs.PageIndex property.

brick Brick

A brick representing the document content on the preview page. This value is assigned to the DocumentPreviewMouseEventArgs.Brick property.

See Also