Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / FpHyperlink Class / LinkClicked Event


In This Topic
    LinkClicked Event
    In This Topic
    Occurs when the user clicks on the link.
    Syntax
    'Declaration
     
    
    Public Event LinkClicked As EventHandler
    'Usage
     
    
    Dim instance As FpHyperlink
    Dim handler As EventHandler
     
    AddHandler instance.LinkClicked, handler
    public event EventHandler LinkClicked
    See Also