Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ModelessTextBox Class / SelectButtonClick Event


In This Topic
    SelectButtonClick Event
    In This Topic
    Occurs when the select button click.
    Syntax
    'Declaration
     
    
    Public Event SelectButtonClick As EventHandler
    'Usage
     
    
    Dim instance As ModelessTextBox
    Dim handler As EventHandler
     
    AddHandler instance.SelectButtonClick, handler
    public event EventHandler SelectButtonClick
    See Also