ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Printing Namespace / QueryPageSettingsEventHandler Delegate
The source of the event.
A QueryPageSettingsEventArgs that contains the event data.

In This Topic
    QueryPageSettingsEventHandler Delegate
    In This Topic
    Represents the method that handles the Printer.QueryPageSettings event of a Printer.
    Syntax
    'Declaration
     
    Public Delegate Sub QueryPageSettingsEventHandler( _
       ByVal sender As Object, _
       ByVal e As QueryPageSettingsEventArgs _
    ) 
    public delegate void QueryPageSettingsEventHandler( 
       object sender,
       QueryPageSettingsEventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    A QueryPageSettingsEventArgs that contains the event data.
    See Also