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


In This Topic
FontChanged Event (ChartShape)
In This Topic
Occurs when the font changed.
Syntax
'Declaration
 
Public Event FontChanged As EventHandler
 
'Usage
 
Dim instance As ChartShape
Dim handler As EventHandler
 
AddHandler instance.FontChanged, handler
See Also