Namespace: BlueCieloECM.InnoCielo.Meridian.DesignAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public PageDataValidateEventArgs(
bool handleError,
bool cancel
) |
Visual Basic |
---|
Public Sub New ( _
handleError As Boolean, _
cancel As Boolean _
) |
Visual C++ |
---|
public:
PageDataValidateEventArgs(
bool handleError,
bool cancel
) |
Parameters
- handleError
- Type: System..::..Boolean
A value indicating whether the page handles
a validation failure (if the event is canceled).
- cancel
- Type: System..::..Boolean
A value indicating whether the operation should be canceled.
See Also