79509036

Date: 2025-03-14 12:14:36
Score: 1
Natty:
Report link

You're using the wrong EventArgs class. You need TappedEventArgs

private void OnFrameClick(object sender, TappedEventArgs e)
{
    if(e.Parameter is Shipment shipment)
    {
        //TODO
    }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: UršKA