Hello everybody,
i am wondering if a Control can have a specific EventHandler.
I mean the following: If a Control has a certain "Event", i can implement an Event Handler for the Form which holds the Control.
I wonder if it possible to implement the Event handler as a method of the Component class and thus, the Event is handled by each instance of this component on any Form i use this Component class on (without implementing an event handler on every Form for every Instance, hope it is possible to understand what i am aiming at.)
I have never seen such thing. If this is possible, can someone maybe advise me an example how this can be done?
Thanks a lot and kind regards,
UCT