Cookie Settings
This site
IT Blogs
PHP
.Net
IT Career
Tech
Java
Contact
Log in
ITBLogs.Info
IT Blogs
PHP
.Net
IT Career
Tech
Java
Archives for: "December 2014, 01"
WPF TextBlock Click Event
Dec 1, 2014
admin
Announcements [B]
,
Example Codes
Actually, for WPF TextBlock Component, there is no click event. The best replacement is Mouse Down Event, Like this: Codetext1.MouseDown += text1_MouseDown;
more »
Leave a comment »
Send a trackback »