Reputation: 65
I'm looking for an event like "OnClick" on a TextBox.
My goal is just to erase the text when the user click on the TextBox.
I'm working on VS2012 for Windows 8.
Thanks.
Upvotes: 2
Views: 1337
Reputation: 4960
Are you looking for the Tapped
event? This pretty much the new Click
or Clicked
event for touch based Windows development which includes Windows 8 store apps and Windows Phone apps
Upvotes: 0