FarPoint.Win.Spread
SelectButtonClick Event
See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > ModelessTextBox Class : SelectButtonClick Event


Occurs when the select button click.

Syntax

Visual Basic (Declaration) 
Public Event SelectButtonClick() As EventHandler
Visual Basic (Usage)Copy Code
Dim instance As ModelessTextBox
Dim handler As EventHandler
 
AddHandler instance.SelectButtonClick, handler
C# 
public event EventHandler SelectButtonClick()

See Also