In this example we have created two new events for DXValidationProvider: ControlValidationSucceded and ValidationSuccessfullyComplete. When handled, the ControlValidationSucceeded event is raised after validation is passed for a single control. The ValidationSuccessfullyComplete event is raised when validation is passed for every controls assigned to DXValidationProvider. If only one control is assigned to DXValidationProvider both these events are raised - first the ControlValidationSucceded and then ValidationSuccessfullyComplete.
Question Comments
Added By: Alejandro Padilla 2 at: 11/16/2015 7:47:43 AM
It works very well if the Controls are located into a Form, but I need to put these Controls into a xtraTabControl for example, and it doesn't work, could you help it?.
Added By: Alejandro Padilla 2 at: 11/16/2015 9:02:07 AMI just found this https://www.devexpress.com/Support/Center/Question/Details/T101489, I will try it and I will advise you if it works!
Regards