M
Mr. X.
Hello.
How can I change the default event handler of a specific control.
I.e Button default event is "Click".
I want that MyButton's (inherits Button) default event will by MyClick
(internal method. same as Click).
Thanks
How can I change the default event handler of a specific control.
I.e Button default event is "Click".
I want that MyButton's (inherits Button) default event will by MyClick
(internal method. same as Click).
Thanks