我正在显示这样的文件列表:
<Image Name="{Binding fileId}" Source="/Assets/icons/add.png" Grid.Row="0" Grid.RowSpan="3" Grid.Column="0" Tap="Image_Tap">
我正在尝试获取图像 Tap 事件的 fileId 值。但它给了例外{System.NullReferenceException: Object reference not set to an instance of an object.}
请帮忙。