[]
        
(Showing Draft Content)

C1.WPF.C1TextEditableContentControl.ValidateInput

ValidateInput Event

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

Namespace: C1.WPF
Assembly: C1.WPF.4.6.2.dll
Syntax
public event EventHandler<ValidateInputEventArgs> ValidateInput
Returns
Type Description
EventHandler<ValidateInputEventArgs> Event fired when the editing is completed. Handle this event to validate the new input.