459 bytes added,
13:59, 18 July 2017 {{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}}