ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / Viewer Class / ErrorOccured Event

In This Topic
    ErrorOccured Event (Viewer)
    In This Topic
    Fires in case of any error (in error panel etc.).
    Syntax
    'Declaration
     
    Public Event ErrorOccured As EventHandler(Of ErrorInfo)
    public event EventHandler<ErrorInfo> ErrorOccured
    Event Data

    The event handler receives an argument of type ErrorInfo containing data related to this event. The following ErrorInfo properties provide information specific to this event.

    PropertyDescription
    Gets the detail of error information.  
    Gets the exception.  
    Gets the error information.  
    Gets the error level.  
    See Also