Example #1
0
 void IMultiSelectListener.ClearSelections(MultiSelectCommandBar commandBar)
 {
     AlbumsGridView.ClearSelections();
     SearchMusicView.ClearSelections();
     PlaylistsGridView.ClearSelections();
     FoldersGridView.ClearSelections();
     ArtistsGridView.ClearSelections();
 }
Example #2
0
 void IMultiSelectListener.SelectAll(MultiSelectCommandBar commandBar)
 {
     AlbumsGridView.SelectAll();
     SearchMusicView.SelectAll();
     PlaylistsGridView.SelectAll();
     FoldersGridView.SelectAll();
     ArtistsGridView.SelectAll();
 }