Click or drag to resize

FontPicker.ICallback.OnValueChanged Method

Raises the value changed event.

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

Parameters

widget
Type: Eto.Forms.FontPicker

[Missing <param name="widget"/> documentation for "M:Eto.Forms.FontPicker.ICallback.OnValueChanged(Eto.Forms.FontPicker,System.EventArgs)"]

e
Type: System.EventArgs

[Missing <param name="e"/> documentation for "M:Eto.Forms.FontPicker.ICallback.OnValueChanged(Eto.Forms.FontPicker,System.EventArgs)"]

See Also