ElementHost.FontChanged Event

Definition

Occurs when the Font property value changes.

public:
 event EventHandler ^ FontChanged;
[System.ComponentModel.Browsable(false)]
public event EventHandler FontChanged;
[<System.ComponentModel.Browsable(false)>]
member this.FontChanged : EventHandler 
Public Custom Event FontChanged As EventHandler 

Event Type

Attributes

Remarks

For more information about the FontChanged event, see Control.FontChanged.

Applies to

See also