ActiveReports.Viewer3 Request technical support
LoadCompletedEventHandler Delegate
See Also 


sender
Source of the event.
e
An EventArgs value that contains the event data.
Represents the method that will handle the LoadCompleted event of a Document.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub LoadCompletedEventHandler( _
   ByVal sender As Object, _
   ByVal e As EventArgs _
) 
Visual Basic (Usage)Copy Code
Dim instance As New LoadCompletedEventHandler(AddressOf HandlerMethod)
C# 
public delegate void LoadCompletedEventHandler( 
   object sender,
   EventArgs e
)

Parameters

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

See Also