ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / RunOptions Class / PageReady Event

In This Topic
    PageReady Event (RunOptions)
    In This Topic
    Page ready notification.
    Syntax
    'Declaration
     
    Public Event PageReady As CancelEventHandler
    public event CancelEventHandler PageReady
    Event Data

    The event handler receives an argument of type CancelEventArgs containing data related to this event. The following CancelEventArgs properties provide information specific to this event.

    PropertyDescription
     
    See Also