ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / LoadCompletedEventHandler Delegate
The sender.
The System.EventArgs instance containing the event data.

In This Topic
    LoadCompletedEventHandler Delegate
    In This Topic
    Delegate LoadCompletedEventHandler
    Syntax
    'Declaration
     
    Public Delegate Sub LoadCompletedEventHandler( _
       ByVal sender As Object, _
       ByVal e As EventArgs _
    ) 
    public delegate void LoadCompletedEventHandler( 
       object sender,
       EventArgs e
    )

    Parameters

    sender
    The sender.
    e
    The System.EventArgs instance containing the event data.
    See Also