Hi All
My class has say 3 or more methods issued from one object that is to trigger my class events leveraging events from an object from a referenced library. Given these facts do I need to declare a separate callback variable for each method/sub in my class object to correctly trigger and return from each of the 3 class events
My class has say 3 or more methods issued from one object that is to trigger my class events leveraging events from an object from a referenced library. Given these facts do I need to declare a separate callback variable for each method/sub in my class object to correctly trigger and return from each of the 3 class events