I am trying to understand the life cycle for a class /class module, I am hoping that someone can answer my question below:
1. Say I created a Class that raises Class Events, for example ( GPS _NMEA )
2. Say I declare an instance of the class in Activity_Create ( I am assuming this makes it a local object to Activity_Create and that it should be terminated with Termination of Activity_Create Sub)
3. how come the events for the class keep getting raised while the program is running?, when does the instance of the class get terminated?
Thanks in advance
1. Say I created a Class that raises Class Events, for example ( GPS _NMEA )
2. Say I declare an instance of the class in Activity_Create ( I am assuming this makes it a local object to Activity_Create and that it should be terminated with Termination of Activity_Create Sub)
3. how come the events for the class keep getting raised while the program is running?, when does the instance of the class get terminated?
Thanks in advance