Skip to main content
All docs
V25.2
  • PreviewClickEventArgs(VisualBrick, Int32) Constructor

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

    Namespace: DevExpress.Blazor.Reporting.Models

    Assembly: DevExpress.Blazor.v25.2.Viewer.dll

    Declaration

    public PreviewClickEventArgs(
        VisualBrick brick,
        int pageIndex
    )

    Parameters

    Name Type Description
    brick VisualBrick

    An object that provides information on a visual brick that represents the content of a report control that was clicked.

    pageIndex Int32

    A zero-based index of the page that was clicked.

    See Also