If an event handler is actually a method of a component instance does anyone know how to find which instance it is.
Actually I just want to check when a listener is being added that it is from a particular object and not some other source.
If an event handler is actually a method of a component instance does anyone know how to find which instance it is.
Actually I just want to check when a listener is being added that it is from a particular object and not some other source.