xtd_c - Reference Guide 0.2.0
event_handler.h File Reference
#include "object.h"
#include "event_args.h"

Definition

Contains event handler definitions.

Go to the source code of this file.

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...