Spread Windows Forms 12.0 Product Documentation
OnFontChanged Method (ElementWindowless)


FarPoint.Win Assembly > FarPoint.Win Namespace > ElementWindowless Class : OnFontChanged Method
Object with event data
Raises the FontChanged event when the font in the control has changed.
Syntax
'Declaration
 
Public Overridable Sub OnFontChanged( _
   ByVal e As EventArgs _
) 
'Usage
 
Dim instance As ElementWindowless
Dim e As EventArgs
 
instance.OnFontChanged(e)
public virtual void OnFontChanged( 
   EventArgs e
)

Parameters

e
Object with event data

Return Value

Event data
Remarks
When the font changes in an element, the FontChanged event occurs.
See Also

Reference

ElementWindowless Class
ElementWindowless Members
Font Property
FontChanged Event