L
LILkillaBEE aka Nikola
is there possibility to get a list of functions, those which handles some
windows.forms event?
exp:
tBox.Validating += new CancelEventHandler(tBox_Validating);
can i know somehow that validating event have handler and maybe which one?
thx
windows.forms event?
exp:
tBox.Validating += new CancelEventHandler(tBox_Validating);
can i know somehow that validating event have handler and maybe which one?
thx