If I have a project that includes a class, the classes events do not show in the list in the activity (Main) when entering Sub[Space][Tab]. Here is how I declare the events, as my syntax may not be correct as I could find no definitive reference for this.
#Event: HandleAction As Boolean
#Event: HeightChanged(NewHeight As Int, OldHeight As Int)
As a matter of fact, the class name isn't in the initial list of objects. I'm wrapping the IME library to add three new properties.