xtd 0.2.0
Loading...
Searching...
No Matches
paint_event_handler.hpp
Go to the documentation of this file.
1
4#pragma once
6#include <xtd/event_handler>
7
9namespace xtd {
11 namespace forms {
24 using paint_event_handler = delegate<void(object& sender, paint_event_args& e)>;
25 }
26}
Provides data for the xtd::forms::control::paint event.
Definition paint_event_args.hpp:30
delegate< void(object &sender, paint_event_args &e)> paint_event_handler
Represents the method that will handle the xtd::forms::control::paint event of a control.
Definition paint_event_handler.hpp:24
@ e
The E key.
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition xtd_about_box.hpp:12
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10
Contains xtd::forms::paint_event_args event args.