Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBar Class / TextChanged Event


In This Topic
TextChanged Event (FpScrollBar)
In This Topic
Occurs when the System.Windows.Forms.Control.Text property value changes.
Syntax
'Declaration
 
Public Event TextChanged As EventHandler
 
'Usage
 
Dim instance As FpScrollBar
Dim handler As EventHandler
 
AddHandler instance.TextChanged, handler
See Also