#include "types.h"
Contains event args definitions.
Go to the source code of this file.
Data Structures | |
struct | xtd_event_args |
Represent an instance of the event args object. More... | |
Fields | |
xtd_event_args | xtd_event_args_empty () |
Provides a value to use with events that do not have event data. More... | |
Methods | |
xtd_event_args | xtd_event_args_with_user_data (xtd_handle user_data) |
Creates an xtd_event_args structure with user data. More... | |
xtd_event_args xtd_event_args_empty | ( | ) |
Provides a value to use with events that do not have event data.
xtd_event_args xtd_event_args_with_user_data | ( | xtd_handle | user_data | ) |
Creates an xtd_event_args structure with user data.
user_data | An xtd_handle on user data. |