7#include <xtd/drawing/point>
8#include <xtd/event_args>
92 friend class check_box;
93 friend class light_button;
94 friend class radio_button;
event_args()=default
Initializes a new instance of the event_args class.
#define forms_export_
Define shared library export.
Definition forms_export.hpp:13
int32_t int32
Represents a 32-bit signed integer.
Definition int32.hpp:23
Contains xtd::forms::message class.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional ...
Definition point.hpp:54