Allow the Mediator to be subscribed to and therefore handled
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
x:DataType="vm:ItemNavigationViewModel"
|
||||
IsSelected="{Binding Selected}">
|
||||
<Interaction.Behaviors>
|
||||
<EventTriggerBehavior EventName="Loaded">
|
||||
<!--<EventTriggerBehavior EventName="Loaded">
|
||||
<ConditionAction>
|
||||
<ConditionAction.Condition>
|
||||
<ConditionalExpression ForwardChaining="And">
|
||||
@@ -25,7 +25,7 @@
|
||||
</NavigateAction.ParameterBindings>
|
||||
</NavigateAction>
|
||||
</ConditionAction>
|
||||
</EventTriggerBehavior>
|
||||
</EventTriggerBehavior>-->
|
||||
<DataTriggerBehavior Binding="{Binding Selected}" Value="True">
|
||||
<NavigateAction
|
||||
Context="{Binding Named, StringFormat='{}{0}:ContentHeader'}"
|
||||
|
||||
Reference in New Issue
Block a user