OnParentFontChanged Method (FpCombo)
In This Topic
Raises the ParentFontChanged event.
Syntax
'Declaration
Protected Overridable Sub OnParentFontChanged( _
ByVal As EventArgs _
)
'Usage
Dim instance As FpCombo
Dim e As EventArgs
instance.OnParentFontChanged(e)
protected virtual void OnParentFontChanged(
EventArgs
)
Parameters
- e
- Event arguments
See Also