ActiveReports 12
UrlErrorEventHandler Delegate

GrapeCity.ActiveReports.Document.v12 Assembly > GrapeCity.ActiveReports.Document.Section Namespace : UrlErrorEventHandler Delegate

Source of the event.

UrlErrorEventArgs value that contains the event data.
Represents the method that will handle the downloadError event of a Document.
Syntax
'Declaration
 
Public Delegate Sub UrlErrorEventHandler( _
   ByVal sender As Object, _
   ByVal e As UrlErrorEventArgs _
) 
public delegate void UrlErrorEventHandler( 
   object sender,
   UrlErrorEventArgs e
)

Parameters

sender

Source of the event.

e
UrlErrorEventArgs value that contains the event data.
See Also

Reference

UrlErrorEventHandler Members
GrapeCity.ActiveReports.Document.Section Namespace