'Declaration <NullableContextAttribute(1)> Public Function New( _ ByVal item As Object, _ ByVal exception As Exception _ )
'Usage Dim item As Object Dim exception As Exception Dim instance As New DeletingSelectedItemErrorRoutedEventArgs(item, exception)
Parameters
- item
- The item being deleted.
- exception
- The exception that occurred while attempting to delete the item.