C# Class SemeionModulesDesigner.UI.FormValidation

Validate given form.
显示文件 Open project: janstafa/XsdFormEditor Class Usage Examples

Private Methods

Method Description
AreControlsValid ( IEnumerable controls ) : bool

Check if all given controls are valid.

ControlValidating ( object sender, CancelEventArgs e ) : void

Validating event handler.

FormValidation ( System.Windows.Forms.ErrorProvider errorProvider ) : System.Collections.Generic