[]
Event fired when the editing is completed. Handle this event to validate the new input.
public event EventHandler<ValidateInputEventArgs> ValidateInput
Public Event ValidateInput As EventHandler(Of ValidateInputEventArgs)
| Type | Description |
|---|---|
| EventHandler<ValidateInputEventArgs> | Event fired when the editing is completed. Handle this event to validate the new input. |