0

How can I bind a TitleLinks entry to an ICommand? Perhaps something like this:

<mui:ModernWindow.TitleLinks>
    <mui:Link x:Name="UpdateLink" DisplayName="Updates" Command="{Binding CmdUpdate}" />
</mui:ModernWindow.TitleLinks>
Machavity
  • 30,841
  • 27
  • 92
  • 100
Mark Richman
  • 28,948
  • 25
  • 99
  • 159

1 Answers1

0

I have been stuck with a "logout" link. There is not a Command property, so I solved redirecting to a content page where Navigate event does what I need.