Event fired when the editing is completed. Handle this event to validate the new input.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public event EventHandler<ValidateInputEventArgs> ValidateInput
Visual Basic
Public Event ValidateInput As EventHandler(Of ValidateInputEventArgs)

See Also