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
Event occurs when load completed.
Syntax
'Declaration
 
Public Delegate Sub LoadCompletedEventHandler( _
   ByVal sender As Object, _
   ByVal e As EventArgs _
) 
 

Parameters

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