private void ListView_ItemDoubleTapped(object sender, ItemDoubleTappedEventArgs e) { // var listViewInboxInfo = new ListViewInboxInfo(); // listViewInboxInfo.Title = "Bryce Thomas"; // listViewInboxInfo.Subject = "Congratulations on the move!"; // viewModel.InboxInfo.Add(listViewInboxInfo); }
private void TreeView_ItemDoubleTapped(object sender, ItemDoubleTappedEventArgs e) { App.Current.MainPage.DisplayAlert("Item DoubleTapped", "TreeView item double tapped", "Close"); }