ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Export Namespace / LayoutTreeKeeper Class / PageReady Event

In This Topic
    PageReady Event (LayoutTreeKeeper)
    In This Topic
    Notify about new page.
    Syntax
    'Declaration
     
    Public Event PageReady As LayoutTreeKeeper.RenderingPageEventHandler
    Event Data

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

    PropertyDescription
    Specifies that further processing should be canceled  
    Specifies a page number for which event was raised  
    See Also