::wxRegisterEventName

void wxRegisterEventName(WXTYPE eventTypeId,WXTYPE eventClassId, char *eventName)

Register the name of the event. This will allow a simple command language where giving the event type name and some arguments will cause a new event of class eventClassId to be created, with given event type, and some arguments, allows an event to be dynamically constructed and sent.