'Declaration Public Function New( _ ByVal item As Object, _ ByVal exception As Exception, _ ByVal routedEvent As RoutedEvent _ )
'Usage Dim item As Object Dim exception As Exception Dim routedEvent As RoutedEvent Dim instance As New DeletingSelectedItemErrorRoutedEventArgs(item, exception, routedEvent)
public DeletingSelectedItemErrorRoutedEventArgs( object item, Exception exception, RoutedEvent routedEvent )
Parameters
- item
- The item being deleted.
- exception
- The exception that occurred while attempting to delete the item.
- routedEvent
- The identifier for the routed event.