ActiveReports 13
LoadCompletedEventHandler Delegate

GrapeCity.ActiveReports.Document Assembly > GrapeCity.ActiveReports.Document Namespace : LoadCompletedEventHandler Delegate
Source of the event.
An LoadCompletedEventArgs value that contains the event data.
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

Reference

LoadCompletedEventHandler Members
GrapeCity.ActiveReports.Document Namespace