I'm new to WPF, working on my first project. I've been stuck in this problem for a week so I'm trying to find some help here.
I have a FlowDocumentReader inside my app, wich loads several FlowDocuments (independent files as loose xaml files).
I need to handle the MouseEnter event for all the Hyperlinks in the loaded document but I cannot set MouseEnter="myHandler" in XAML as theese are loose XAML files.
Is there any way to parse de FlowDocument and set the handlers when loading it?
Any other solution? Sorry for the Newbie question, thanks A LOT in advance.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…