RadControls for WPF

Contains data needed to handle the CellValidating event.

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

Syntax

C#
public class GridViewCellValidatingEventArgs : CellRoutedEventArgs
Visual Basic
Public Class GridViewCellValidatingEventArgs _
	Inherits CellRoutedEventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    System.Windows..::..RoutedEventArgs
      Telerik.Windows..::..RadRoutedEventArgs
        Telerik.Windows.Controls.GridView.Cells..::..CellRoutedEventArgs
          Telerik.Windows.Controls..::..GridViewCellValidatingEventArgs

See Also