ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / HyperLinkEventArgs Class
Members

In This Topic
    HyperLinkEventArgs Class
    In This Topic
    Represents data for the Hyperlink event.
    Object Model
    HyperLinkEventArgs Class
    Syntax
    'Declaration
     
    Public NotInheritable Class HyperLinkEventArgs 
       Inherits System.EventArgs
    public sealed class HyperLinkEventArgs : System.EventArgs 
    Remarks
    The HyperLinkEventArgs class is used with the HyperLinkEventHandler delegate to represent the arguments passed to an event handler when a hyperlink is clicked in an ActiveReports Viewer control.
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          GrapeCity.ActiveReports.Viewer.Win.HyperLinkEventArgs

    See Also