xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.forms
include
xtd
forms
mouse_event_handler.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
mouse_event_args.hpp
"
6
#include <xtd/event_handler>
7
9
namespace
xtd
{
11
namespace
forms
{
27
using
mouse_event_handler
= xtd::delegate<void(
object
& sender,
const
mouse_event_args
&
e
)>;
28
}
29
}
xtd::forms::mouse_event_args
Provides data for the xtd::forms::control::mouse_up, xtd::forms::control::mouse_down,...
Definition
mouse_event_args.hpp:34
xtd::forms::mouse_event_handler
xtd::delegate< void(object &sender, const mouse_event_args &e)> mouse_event_handler
Represents the method that will handle the MouseDown, MouseUp, or MouseMove event of a form,...
Definition
mouse_event_handler.hpp:27
xtd::forms::keys::e
@ e
The E key.
Definition
keys.hpp:207
mouse_event_args.hpp
Contains xtd::forms::mouse_event_args event args.
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.