'Declaration Public Function New( _ ByVal item As Object, _ ByVal exception As Exception, _ ByVal routedEvent As RoutedEvent, _ ByVal source As Object _ )
'Usage Dim item As Object Dim exception As Exception Dim routedEvent As RoutedEvent Dim source As Object Dim instance As New DeletingSelectedItemErrorRoutedEventArgs(item, exception, routedEvent, source)
public DeletingSelectedItemErrorRoutedEventArgs( object item, Exception exception, RoutedEvent routedEvent, object source )
Parameters
- item
- The item being deleted.
- exception
- The exception that occurred while attempting to delete the item.
- routedEvent
- The identifier for the routed event.
- source
- An alternate source that will be reported when the event is handled. This pre-populates the Source property