How to add a click event to a textbox created in code
Posted
by jvcoach23
on Stack Overflow
See other posts from Stack Overflow
or by jvcoach23
Published on 2010-05-17T20:09:33Z
Indexed on
2010/05/18
7:01 UTC
Read the original article
Hit count: 253
I'm using silverlight 3 and i'd like to create a handler and event wired up to a mouse click in a text box that was created in code behind. Can someone point me in the right direction.
I need to make it so that some things fire off when that textbox is clicked into.
if you have an example in vb.net that would be even better. thanks shannon
© Stack Overflow or respective owner