hi, I just started using sfListView. I want to pass the listview arguments to another page in xamarin forms.
my sfListview contains the album name and image, when I click/tap on that item on sfListView it should navigate to another page which displays all the songs from that selected album Viewmodel.
I didn't find any eventname , eventarguments properties.
Could you please help me with this, how to solve this.