IHI,在查看我的Windows Phone應用程序,我有:如何在文本塊中單擊部分文本時調用事件?
<TextBlock x:Name="lblink" FontSize="15" Margin="30,0,24,0" Height="30" Text="*use a [email protected] if you are not the member" TextWrapping="Wrap" HorizontalAlignment="Left" />
我需要這樣的功能:當我點擊的文字:「[email protected]」它應該被稱爲事件
我該如何解決這個問題?
你想把這個事件重定向到另一個頁面嗎? – 2012-04-03 11:05:14
不應該填補另一個文本塊 – revolutionkpi 2012-04-03 11:07:47
經過這一點,有一個想法 http://stackoverflow.com/questions/6193027/selecting-the-tapped-on-word-on-a-single-click-in -textbox – 2012-04-03 11:25:05