using xtd::forms::font_picker_event_handler = typedef delegate<void(object& sender, const font_picker_event_args& e)> |
Represents the method that will handle the xtd::forms::font_picker::color_changeds of the xtd::forms::font_picker class.
sender | The source of the event. |
e | A control_event_args that contains the event data. |