Changes
Created page with "{{CommandInfoBox | title = Continue Reference by Scan | name = {{PAGENAMEE}} | purpose = Continue referencing on scanned targets with a previously set reference id in the A..."
{{CommandInfoBox
| title = Continue Reference by Scan
| name = {{PAGENAMEE}}
| purpose = Continue referencing on scanned targets with a previously set reference id in the [[ActivateReferenceByScanCommand]].
| version = 2.6.1+
| viewmodel = ContentViewModel
}}
The ContinuectivateReference Command ist used to contiue setting references on target content. The command can be used when the source content object is still remembered from a previous [[ActivateReferenceByScanCommand]]. Once the command is triggered, the user can immediately scan for another object. This object wil now reference to the source object, which the original ActivateReferenceByScan command was called from.
Example:
<source lang = "xml">
<Button Height="38" Content="Continue" IsEnabled="{Binding CanExecuteContinueReferenceByScanCommand}">
<Interactivity:Interaction.Behaviors>
<Core:EventTriggerBehavior EventName="Tapped">
<Core:InvokeCommandAction Command="{Binding ContinueReferenceByScanCommand}"/>
</Core:EventTriggerBehavior>
</Interactivity:Interaction.Behaviors>
</Button>
</source>
[[Category:2.6.1|ActivateReferenceCommand]]
== See also ==
[[ActivateReferenceByScanCommand]]
{{Category/Version|2.6.1}}
[[Category:2.6.1|ActivateReferenceCommand]]
| title = Continue Reference by Scan
| name = {{PAGENAMEE}}
| purpose = Continue referencing on scanned targets with a previously set reference id in the [[ActivateReferenceByScanCommand]].
| version = 2.6.1+
| viewmodel = ContentViewModel
}}
The ContinuectivateReference Command ist used to contiue setting references on target content. The command can be used when the source content object is still remembered from a previous [[ActivateReferenceByScanCommand]]. Once the command is triggered, the user can immediately scan for another object. This object wil now reference to the source object, which the original ActivateReferenceByScan command was called from.
Example:
<source lang = "xml">
<Button Height="38" Content="Continue" IsEnabled="{Binding CanExecuteContinueReferenceByScanCommand}">
<Interactivity:Interaction.Behaviors>
<Core:EventTriggerBehavior EventName="Tapped">
<Core:InvokeCommandAction Command="{Binding ContinueReferenceByScanCommand}"/>
</Core:EventTriggerBehavior>
</Interactivity:Interaction.Behaviors>
</Button>
</source>
[[Category:2.6.1|ActivateReferenceCommand]]
== See also ==
[[ActivateReferenceByScanCommand]]
{{Category/Version|2.6.1}}
[[Category:2.6.1|ActivateReferenceCommand]]