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
)
Public Sub OnFontChanged (
widget As FontDialog,
e As EventArgs
)
abstract OnFontChanged :
widget : FontDialog *
e : EventArgs -> unit
override OnFontChanged :
widget : FontDialog *
e : EventArgs -> unit
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