Hello, is there a way to create a single event handler for multiple instances of one object?
For example, I have a custom class "myObject" that contains one event that is fired through some user input. Then I create an array of objects:
class myObject
public event someEvent
end class...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.