xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.forms
include
xtd
forms
message_loop_callback.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include <xtd/delegate>
6
8
namespace
xtd
{
10
namespace
forms
{
26
using
message_loop_callback
= xtd::delegate<bool()>;
27
}
28
}
xtd::forms::message_loop_callback
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
xtd::forms
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition
texts.hpp:219
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
Generated on
for xtd by
Gammasoft
. All rights reserved.