This is a common class to represent all possible arguments for a given event that is fired. More...
#include <eventarguments.h>
Public Member Functions | |
EventArguments (const String &Name) | |
Class constructor. More... | |
virtual | ~EventArguments () |
Class destructor. | |
Public Attributes | |
const String | EventName |
The name of the event being fired. | |
This is a common class to represent all possible arguments for a given event that is fired.
Definition at line 53 of file eventarguments.h.
|
inline |
Class constructor.
Name | The name of the event being fired. |
Definition at line 61 of file eventarguments.h.