ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Printing Namespace / PrintAbortedEventHandler Delegate

In This Topic
    PrintAbortedEventHandler Delegate
    In This Topic
    Summary description for Document Events.
    Syntax
    'Declaration
     
    Public Delegate Sub PrintAbortedEventHandler( _
       ByVal sender As Object, _
       ByVal e As EventArgs _
    ) 
    public delegate void PrintAbortedEventHandler( 
       object sender,
       EventArgs e
    )

    Parameters

    sender
    e
    See Also