Changes
Created page with "{{CommandInfoBox | title = Start Redlining Command | name = {{PAGENAMEE}} | purpose = Start redlining a document. | version = 2.6.1+ | viewmodel = DocumentPageViewModel, Docum..."
{{CommandInfoBox
| title = Start Redlining Command
| name = {{PAGENAMEE}}
| purpose = Start redlining a document.
| version = 2.6.1+
| viewmodel = DocumentPageViewModel, DocumentItemViewModel
}}
Used to start redlining a document. If the command is triggered, a copy of the current document will be created and opened in an editor.
Example:
<source lang = "xml">
<Button Command="{Binding StartRedliningCommand}" />
</source>
{{Category/Version|2.6.1}}
| title = Start Redlining Command
| name = {{PAGENAMEE}}
| purpose = Start redlining a document.
| version = 2.6.1+
| viewmodel = DocumentPageViewModel, DocumentItemViewModel
}}
Used to start redlining a document. If the command is triggered, a copy of the current document will be created and opened in an editor.
Example:
<source lang = "xml">
<Button Command="{Binding StartRedliningCommand}" />
</source>
{{Category/Version|2.6.1}}