xtd 0.2.0
Loading...
Searching...
No Matches
message_loop_callback.h
Go to the documentation of this file.
1
4#pragma once
5#include <xtd/delegate>
6
8namespace 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::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition xtd_about_box.h:12
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10