Generate Application Event Response Type (WinStudio)

An event handler with the Generate Application Event response type generates an event in the application event system. Only custom events, defined on the Events form, can be generated.

Note that the application event system is distinct from WinStudio's internal event system. The response type Generate Event generates an event in the WinStudio event system; you define handlers for the event in WinStudio. The response type Generate Application Event generates an event in a multi-tier, application-wide system; you define handlers separately in that system.