We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
NavigateToPageAction represents an action that switches the current visual to a specified Page.
This Behaviors enables the navigation to TargetPage with the option of passing navigation arguments via Parameter
TargetPage
Parameter
<Button x:Name="button"> <Interactivity:Interaction.Behaviors> <Interactions:EventTriggerBehavior EventName="Click" SourceObject="{Binding ElementName=button}"> <Interactions:NavigateToPageAction TargetPage="XAMLBehaviorsSample.NavigatePageSample"/> </Interactions:EventTriggerBehavior> </Interactivity:Interaction.Behaviors> </Button>