ValidationErrorChanging Event
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > Cell Class : ValidationErrorChanging Event

Raised when the value of the ValidationError property is about to change.

Syntax

Visual Basic (Declaration) 
Public Event ValidationErrorChanging() As CellValidationErrorRoutedEventHandler
C# 
public event CellValidationErrorRoutedEventHandler ValidationErrorChanging()

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also