Exemplo n.º 1
0
 public void OnDestroyActionMode(ActionMode mode)
 {
     // Here you can make any necessary updates to the activity when
     // the CAB is removed. By default, selected items are deselected/unchecked.
     FListView.ClearSelection();
 }
Exemplo n.º 2
0
 public void OnDestroyActionMode(ActionMode mode)
 {
     FListView.ClearSelection();
     OnDestroyActionModeParent?.Invoke(this, EventArgs.Empty);
 }