Last modified on 18 May 2017, at 14:44

ReloadChildListCommand

IC COMMAND.png 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="&#xE16E;" FontFamily="Segoe MDL2 Assets" Command="{Binding ReloadChildListCommand}" />