Xceed Toolkit Plus for WPF v4.6 Documentation
DeletingSelectedItemErrorRoutedEventArgs Constructor(Object,Exception,RoutedEvent)


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DeletingSelectedItemErrorRoutedEventArgs Class > DeletingSelectedItemErrorRoutedEventArgs Constructor : DeletingSelectedItemErrorRoutedEventArgs Constructor(Object,Exception,RoutedEvent)
The item being deleted.
The exception that occurred while attempting to delete the item.
The identifier for the routed event.
Initializes a new instance of the DeletingSelectedItemErrorRoutedEventArgs class specifying the item and the exception that occurred while attempting to delete it and using the supplied routed event identifier.
Syntax
'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.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DeletingSelectedItemErrorRoutedEventArgs Class
DeletingSelectedItemErrorRoutedEventArgs Members
Overload List