xtd 0.2.0
message_loop_callback.h
Go to the documentation of this file.
1 #pragma once
5 #include <xtd/delegate>
6 
8 namespace xtd {
10  namespace forms {
21  using message_loop_callback = delegate<bool()>;
22  }
23 }
delegate< bool()> message_loop_callback
Represents a method that will check whether the hosting environment is still sending messages...
Definition: message_loop_callback.h:21
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition: about_box.h:13