OnFontChanged Method (TextShape)
In This Topic
Returns event information when the font for the element has changed.
Syntax
'Declaration
Public Overrides Sub OnFontChanged( _
ByVal As EventArgs _
)
'Usage
Dim instance As TextShape
Dim e As EventArgs
instance.OnFontChanged(e)
public override void OnFontChanged(
EventArgs
)
Parameters
- e
- Object with event data
See Also