RadControls for WPF

Occurs when a cell is validated.

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

Syntax

C#
public event EventHandler<GridViewCellValidatedEventArgs> CellValidated
Visual Basic
Public Event CellValidated As EventHandler(Of GridViewCellValidatedEventArgs)

See Also