Handle all Hyperlinks MouseEnter event in a loaded loose Flowdocument

前端 未结 2 557
伪装坚强ぢ
伪装坚强ぢ 2020-12-21 09:22

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 m

2条回答
  •  Happy的楠姐
    2020-12-21 09:45

    Take a look at http://xtrememvvm.codeplex.com/

    It lets you hook directly into events handlers from loose XAML files.

    No docs, but the sample app demos using routed commands and event handlers.

    • Clay

提交回复
热议问题