827 bytes added,
16:28, 20 March 2017 {{CommandInfoBox
| title = Cancel Reference by Scan
| name = {{PAGENAMEE}}
| purpose = Cancel referencing on targets.
| version = 2.6.1+
| viewmodel = ContentViewModel
}}
The CancelReference Command ist used to cancel an 'active' reference setting. The command is used to cancel the stored reference from the last [[ActivateReferenceByScanCommand]].
Example:
<source lang = "xml">
<Button Height="38" Content="Cancel" IsEnabled="{Binding CanExecuteContinueReferenceByScanCommand}">
<Interactivity:Interaction.Behaviors>
<Core:EventTriggerBehavior EventName="Tapped">
<Core:InvokeCommandAction Command="{Binding CancelReferenceCommand}"/>
</Core:EventTriggerBehavior>
</Interactivity:Interaction.Behaviors>
</Button>
</source>
== See also ==
[[ActivateReferenceByScanCommand]]
{{Category/Version|2.6.1}}