ReloadChildListCommand
Revision as of 14:44, 18 May 2017 by LGE (Talk | contribs) (Created page with "{{CommandInfoBox | title = Reload Child List | name = {{PAGENAMEE}} | purpose = Reload the child object list. | version = 2.6.1+ | viewmodel = PreviewPageViewModel }} Used t...")
Reload Child List | |
---|---|
Name | ReloadChildListCommand |
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 filters are applied.
Example:
<Button Content="" FontFamily="Segoe MDL2 Assets" Command="{Binding ReloadChildListCommand}" />