xtd 0.2.0
Loading...
Searching...
No Matches
item_check_event_handler.h
Go to the documentation of this file.
1
4#pragma once
6#include <xtd/event_handler>
7
9namespace xtd {
11 namespace forms {
23 using item_check_event_handler = delegate<void(object& sender, item_check_event_args& e)>;
24 }
25}
Provides data for the item_check event of the checked_list_box and list_view controls.
Definition item_check_event_args.h:28
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:23
@ e
The E key.
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 xtd_about_box.h:12
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10