EventObjects
type EventObjects =
| KeysMatching<IApplication, IEvent>
| KeysMatching<IForm, IEvent>
| KeysMatching<IGlobal, IEvent>
| KeysMatching<ILoan, IEvent>
| KeysMatching<IModule, IEvent>
| KeysMatching<IWebSocket, IEvent>;
type EventObjects =
| KeysMatching<IApplication, IEvent>
| KeysMatching<IForm, IEvent>
| KeysMatching<IGlobal, IEvent>
| KeysMatching<ILoan, IEvent>
| KeysMatching<IModule, IEvent>
| KeysMatching<IWebSocket, IEvent>;