ActiveReports.Viewer3 Request technical support
UrlErrorEventHandler Delegate
See Also 


sender
Source of the event.
e
UrlErrorEventArgs value that contains the event data.
Represents the method that will handle the downloadError event of a Document.

Syntax

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

Parameters

sender
Source of the event.
e
UrlErrorEventArgs value that contains the event data.

See Also