5#include <xtd/drawing/point>
6#include <xtd/event_args>
47 bool handled() const noexcept {
return handled_;}
60 bool handled_ =
false;
event_args()=default
Initializes a new instance of the event_args 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