Click or drag to resize

FontDialogCallbackOnFontChanged Method

Raises the font changed event.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void OnFontChanged(
	FontDialog widget,
	EventArgs e
)

Parameters

widget
Type: Eto.FormsFontDialog

[Missing <param name="widget"/> documentation for "M:Eto.Forms.FontDialog.Callback.OnFontChanged(Eto.Forms.FontDialog,System.EventArgs)"]

e
Type: SystemEventArgs

[Missing <param name="e"/> documentation for "M:Eto.Forms.FontDialog.Callback.OnFontChanged(Eto.Forms.FontDialog,System.EventArgs)"]

Implements

FontDialogICallbackOnFontChanged(FontDialog, EventArgs)
See Also