See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Validates the data on the form and prevents subsequent actions from running if there is a validation error.

Namespace: NTier.Actions
Assembly: NTier.Actions (in NTier.Actions.dll) Version: 1.0.0.0

Syntax

C#
public class FormValidateAction : BoundControlActionBase
Visual Basic
Public Class FormValidateAction
	Inherits BoundControlActionBase
Visual C++
public ref class FormValidateAction : public BoundControlActionBase

Inheritance Hierarchy

System..::..Object
  NAction
    NTier.Actions..::..BoundControlActionBase
      NTier.Actions..::..FormValidateAction

See Also