Xceed Toolkit Plus for WPF v5.1 Documentation
Xceed.Wpf.DataGrid.Toolkit Assembly / Xceed.Wpf.DataGrid Namespace / DeletingSelectedItemErrorRoutedEventArgs Class
Members


In This Topic
    DeletingSelectedItemErrorRoutedEventArgs Class
    In This Topic
    Provides information on the selected item and the error that occurred while it was being deleted.
    Syntax
    'Declaration
     
    Public Class DeletingSelectedItemErrorRoutedEventArgs 
       Inherits System.Windows.RoutedEventArgs
    'Usage
     
    Dim instance As DeletingSelectedItemErrorRoutedEventArgs
    public class DeletingSelectedItemErrorRoutedEventArgs : System.Windows.RoutedEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          System.Windows.RoutedEventArgs
             Xceed.Wpf.DataGrid.DeletingSelectedItemErrorRoutedEventArgs

    Public Constructors
    Public Properties
     NameDescription
    Public PropertyGets or sets the action to take when an error occurs while attempting to delete an item.  
    Public PropertyGets the exception that occurred while attempting to delete the item.  
    Public Property (Inherited from System.Windows.RoutedEventArgs)
    Public PropertyGets the item being deleted.  
    Public Property (Inherited from System.Windows.RoutedEventArgs)
    Public Property (Inherited from System.Windows.RoutedEventArgs)
    Public Property (Inherited from System.Windows.RoutedEventArgs)
    Top
    Protected Methods
    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