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


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DeletingSelectedItemErrorRoutedEventArgs Class > DeletingSelectedItemErrorRoutedEventArgs Constructor : DeletingSelectedItemErrorRoutedEventArgs Constructor(Object,Exception,RoutedEvent,Object)
The item being deleted.
The exception that occurred while attempting to delete the item.
The identifier for the routed event.
An alternate source that will be reported when the event is handled. This pre-populates the Source property
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 and providing the opportunity to declare a differnent source for the event.
Syntax
'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
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