Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWindowless Class / Click Event


In This Topic
    Click Event (ElementWindowless)
    In This Topic
    Occurs when the user clicks the element.
    Syntax
    'Declaration
     
    
    Public Event Click As EventHandler
    'Usage
     
    
    Dim instance As ElementWindowless
    Dim handler As EventHandler
     
    AddHandler instance.Click, handler
    public event EventHandler Click
    See Also