533 bytes added,
14:44, 18 May 2017 {{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="" FontFamily="Segoe MDL2 Assets" Command="{Binding ReloadChildListCommand}" />
</source>
{{Category/Version|2.6.1}}
[[Category:WinX|ReloadChildListCommand]]