ElementHost::FontChanged Event

 

Occurs when the Font property value changes.

Namespace:   System.Windows.Forms.Integration
Assembly:  WindowsFormsIntegration (in WindowsFormsIntegration.dll)

public:
[BrowsableAttribute(false)]
event EventHandler^ FontChanged {
	void add(EventHandler^ value);
	void remove(EventHandler^ value);
}

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

.NET Framework
Available since 3.0
Return to top
Show: