Android Question Eventhandlers for Class modules

francoisg

Active Member
Licensed User
Longtime User
How does one expose an eventhandler in a class module?
So that from an activity, one can type "Sub <Tab> MyClass" and select an event declaration from the dropdown.
 

Cableguy

Expert
Licensed User
Longtime User
But it only works if the class is compiled as a library.

The relay between the class and the calling activity will still work, but the event will not be listed automatically within the class properties
 
Upvote 0
Top