xtd 0.2.0
Loading...
Searching...
No Matches

◆ message_loop_callback

using xtd::forms::message_loop_callback = typedef delegate<bool()>

Represents a method that will check whether the hosting environment is still sending messages.

Header
#include <xtd/forms/message_loop_callback>
Namespace
xtd::forms
Library
xtd.forms
Returns
true if the hosting environment is still sending messages; otherwise, false.
Remarks
This delegate is used with the application::register_message_loop method.