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


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