コード例 #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();
 }
コード例 #2
0
 public void OnDestroyActionMode(ActionMode mode)
 {
     FListView.ClearSelection();
     OnDestroyActionModeParent?.Invoke(this, EventArgs.Empty);
 }