2X faster development
The ultimate Xamarin UI toolkit to boost your development speed.
In SfListView, ItemData can only be passed to the view model instead of EvenArgs using EventsToCommand behavior to follow the MVVM pattern. To achieve this, create a command to the ItemTapped event of SfListView in ViewModel. C#
Associate that command to the appropriate event of SfListView using behaviors. Xaml
Here, CustomConverter returns ItemData from ItemTappedEventArgs. C#
When tapping the ListViewItem, ItemData will only be returned from Customconverter to the command in ViewModel and performed the desired operation.
Sample Link : TapCommandSample
|
2X faster development
The ultimate Xamarin UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.