ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document Namespace / LoadCompletedEventHandler Delegate
Source of the event.
An LoadCompletedEventArgs value that contains the event data.

In This Topic
    LoadCompletedEventHandler Delegate
    In This Topic
    Represents the method that will handle the LoadCompleted event of a Document.
    Syntax
    'Declaration
     
    Public Delegate Sub LoadCompletedEventHandler( _
       ByVal sender As Object, _
       ByVal e As EventArgs _
    ) 
    public delegate void LoadCompletedEventHandler( 
       object sender,
       EventArgs e
    )

    Parameters

    sender
    Source of the event.
    e
    An LoadCompletedEventArgs value that contains the event data.
    See Also