using xtd::forms::item_check_event_handler = typedef delegate<void(object& sender, item_check_event_args& e)> |
Represents the method that will handle the ItemCheck event of a CheckedListBox or ListView control.
sender | The source of the event. |
e | An ItemCheckEventArgs that contains the event data. |