xtd_c - Reference Guide 0.2.0
events

Definition

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 Documentation

◆ xtd_event_handler

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.

Parameters
senderThe source of the event.
eAn object that contains no event data.
Library
xtd_c.core