OnFontChanged Method (PSObject)
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 As EventArgs _
)
'Usage
Dim instance As PSObject
Dim e As EventArgs
instance.OnFontChanged(e)
public virtual void OnFontChanged(
EventArgs
)
Parameters
- e
- EventArgs object that contains event data
See Also