Constructor for creating instances of MEventSource subclasses. Usually, applications use one of the already existing MEventSource subclasses. If you want to use custom events, however, you have to create your own custom event source subclass and then call its constructor to instantiate the custom event source.
Remarks
MEventSource has a protected constructor which you can call in the subclass.
Parameters
Parameters
Description
MApp* pMApp
Pointer to the application manager for this event source.