xtd - Reference Guide  0.1.1
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
item_check_event_handler.h
Go to the documentation of this file.
1 #pragma once
5 
6 #include <xtd/event_handler.h>
8 
10 namespace xtd {
12  namespace forms {
22  using item_check_event_handler = delegate<void(object& sender, item_check_event_args& e)>;
23  }
24 }
Provides data for the item_check event of the checked_list_box and list_view controls.
Definition: item_check_event_args.h:25
Contains xtd::event_handler event handler.
delegate< void(object &sender, item_check_event_args &e)> item_check_event_handler
Represents the method that will handle the ItemCheck event of a CheckedListBox or ListView control.
Definition: item_check_event_handler.h:22
Contains xtd::forms::item_check_event_args event args.
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition: about_box.h:13
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition: system_report.h:17