FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / CalloutArrowShape Class / OnFontChanged Method
EventArgs object that contains event data


In This Topic
OnFontChanged Method (CalloutArrowShape)
In This Topic
Raises the FarPoint.Win.ElementWindowless.FontChanged event when the font in the control has changed.
Syntax
'Declaration
 
Public Overridable Sub OnFontChanged( _
   ByVal e As EventArgs _
) 
 
'Usage
 
Dim instance As CalloutArrowShape
Dim e As EventArgs
 
instance.OnFontChanged(e)

Parameters

e
EventArgs object that contains event data
See Also