ActiveReports Developer 7
LoadCompletedEventHandler Delegate
See Also 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports.Document Namespace : LoadCompletedEventHandler Delegate

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

Glossary Item Box

Represents the method that will handle the LoadCompleted event of a Document.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub LoadCompletedEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As System.EventArgs _
) 
C# 
public delegate void LoadCompletedEventHandler( 
   System.object sender,
   System.EventArgs e
)

Parameters

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

See Also