Skip to main content
All docs
V18.2

ASPxClientPreviewClickEventArgs(Int32, ASPxClientWebDocumentViewerBrick) Constructor

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

Namespace: DevExpress.XtraReports.Web.Scripts

Assembly: DevExpress.XtraReports.v18.2.Web.Scripts.dll

Declaration

public ASPxClientPreviewClickEventArgs(
    int pageIndex,
    ASPxClientWebDocumentViewerBrick brick
)

Parameters

Name Type Description
pageIndex Int32

An integer value that specifies the zero-based index of the page that has been clicked. This value is assigned to the ASPxClientPreviewClickEventArgs.PageIndex property.

brick ASPxClientWebDocumentViewerBrick

An object that provides information on a visual brick representing the content of a report control that has been clicked. This value is assigned to the ASPxClientPreviewClickEventArgs.Brick property.

See Also