#include <Event.h>
Public Member Functions | |
EventArguments () | |
virtual | ~EventArguments () |
Static Public Member Functions | |
static EventArguments & | Empty () |
The purpose of the EventArguments class is to be used as parameter when one doesn't want to send any data. One can use EventArgs as a super-class for one's own event arguments but with the arguments being a template parameter this is not necessary.
|
inlinestatic |