Click or drag to resize

FontPickerICallbackOnValueChanged 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.FormsFontPicker

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

e
Type: SystemEventArgs

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

See Also