Event fired when the editing is completed.
Handle this event to validate the new input.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
| C# |
|---|
public event EventHandler<ValidateInputEventArgs> ValidateInput |
| Visual Basic |
|---|
Public Event ValidateInput As EventHandler(Of ValidateInputEventArgs) |