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


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