FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / CalloutArrowShape Class / FontChanged Event


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