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