Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / IElement Interface / FontChanged Event


In This Topic
FontChanged Event (IElement)
In This Topic
Occurs when the font in the control changes.
Syntax
'Declaration
 
Event FontChanged As EventHandler
 
'Usage
 
Dim instance As IElement
Dim handler As EventHandler
 
AddHandler instance.FontChanged, handler
See Also