FontPickerOnValueChanged Method |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax protected virtual void OnValueChanged(
EventArgs e
)
Protected Overridable Sub OnValueChanged (
e As EventArgs
)
abstract OnValueChanged :
e : EventArgs -> unit
override OnValueChanged :
e : EventArgs -> unit
Parameters
- e
- Type: SystemEventArgs
E.
See Also