events are event args and event handler needed to response to window messages.
Data Structures | |
struct | xtd_event_args |
Represent an instance of the event args object. More... | |
Typedefs | |
typedef void(* | xtd_event_handler) (xtd_object *sender, xtd_event_args e) |
Represents the method that will handle an event that has no event data. More... | |
typedef void(* xtd_event_handler) (xtd_object *sender, xtd_event_args e) |
Represents the method that will handle an event that has no event data.
sender | The source of the event. |
e | An object that contains no event data. |