Ejemplo n.º 1
0
 /// <summary>
 /// Event callback.
 /// Called when the filters of the filter ViewModel have changed.
 /// Causes the list to reapply the filters.
 /// </summary>
 private void OnFilterChanged(object sender, EventArgs e)
 {
     ListVm.ReapplyFilter();
 }