ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / HyperLinkEventArgs Class / Handled Property

In This Topic
    Handled Property
    In This Topic
    Sets or returns a value indicating whether the HyperLinkEvent is handled.
    Syntax
    'Declaration
     
    Public Property Handled As Boolean
    public bool Handled {get; set;}
    See Also