Friday, September 21, 2012

What is the TextBox's touch event in Silverlight?

What is the TextBox's touch event in Silverlight?

I'm working on a Silverlight 5 application, which is supposed to be deployed on a touch-screen interface. The Button click events are raised correctly on the touch screen as far as I know (I do not have access to a touch screen).

But, what event is raised on touching a SL5 Textbox? The Textbox does not have a click event.

Also, what event in raised on touching a textblock?

Answers & Comments...

Answer: 1

You can use MouseLeftButtonDown event.

by : Linhareshttp://stackoverflow.com/users/1627692




No comments:

Post a Comment

Send us your comment related to the topic mentioned on the blog