Click or drag to resize
PageDataValidateEventArgs Constructor (Boolean, Boolean)
Initializes a new instance of the PageDataValidateEventArgs class.

Namespace: BlueCieloECM.InnoCielo.Meridian.Design
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public PageDataValidateEventArgs(
	bool handleError,
	bool cancel
)

Parameters

handleError
Type: SystemBoolean
A value indicating whether the page handles a validation failure (if the event is canceled).
cancel
Type: SystemBoolean
A value indicating whether the operation should be canceled.
See Also