ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / UrlErrorEventHandler Delegate

Source of the event.

UrlErrorEventArgs value that contains the event data.

In This Topic
    UrlErrorEventHandler Delegate
    In This Topic
    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