RadControls for WPF

Holds exception data to be custom processed by user code when DataError exception handled is set to true.

Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView (in Telerik.Windows.Controls.GridView.dll) Version: 2013.2.611.40

Syntax

C#
public class DataErrorEventArgs : RadRoutedEventArgs
Visual Basic
Public Class DataErrorEventArgs _
	Inherits RadRoutedEventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    System.Windows..::..RoutedEventArgs
      Telerik.Windows..::..RadRoutedEventArgs
        Telerik.Windows.Controls.GridView..::..DataErrorEventArgs

See Also