xtd 0.2.0
font_picker_event_handler.h
Go to the documentation of this file.
1 #pragma once
6 #include <xtd/event_handler>
7 
9 namespace xtd {
11  namespace forms {
23  using font_picker_event_handler = delegate<void(object& sender, const font_picker_event_args& e)>;
24  }
25 }
Contains xtd::forms::font_picker_event_args event args.
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
delegate< void(object &sender, const font_picker_event_args &e)> font_picker_event_handler
Represents the method that will handle the xtd::forms::font_picker::color_changeds of the xtd::forms:...
Definition: font_picker_event_handler.h:23
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition: about_box.h:13