TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
pappu singh
NA
1
809
Opening Hyperlink from document viewer via Touch event WPF
Jun 16 2015 7:13 AM
Hi, I have a word document and opening in document viewer in WPF C#. word document is having some hyperlinks, to function these links I have added RequestNavigateEvent event handler so it's working fine but not working in touch device on touch of these links. My code is like this...
public MsDocumenViewer()
{
InitializeComponent();
documentViewer1.AddHandler(Hyperlink.RequestNavigateEvent, new RequestNavigateEventHandler(link_RequestNavigate));
}
void link_RequestNavigate(object sender, RequestNavigateEventArgs e)
{
string urlwithJunkCharacter = e.Uri.ToString();
}
Please help me to achieve this.
Thanks.
Reply
Answers (
0
)
Advanced text formatting examples
WPF - Radial menu