Skip to main content

DocumentPreviewMouseEventArgs(Int32, Brick) Constructor

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

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

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