Changes

ReloadChildListCommand

533 bytes added, 14:44, 18 May 2017
Created page with "{{CommandInfoBox | title = Reload Child List | name = {{PAGENAMEE}} | purpose = Reload the child object list. | version = 2.6.1+ | viewmodel = PreviewPageViewModel }} Used t..."
{{CommandInfoBox
| title = Reload Child List
| name = {{PAGENAMEE}}
| purpose = Reload the child object list.
| version = 2.6.1+
| viewmodel = PreviewPageViewModel
}}

Used to reload the child object list. Often used in order to refresh the result list when [[Property_Based_Content_Filters|filters]] are applied.


Example:
<source lang = "xml">
<Button Content="&#xE16E;" FontFamily="Segoe MDL2 Assets" Command="{Binding ReloadChildListCommand}" />
</source>

{{Category/Version|2.6.1}}

[[Category:WinX|ReloadChildListCommand]]