PageDataValidateEventArgsHandleError Property |
Gets or sets a value indicating whether
the page handles a validation failure (if the event is canceled).
Namespace: BlueCieloECM.InnoCielo.Meridian.DesignAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public bool HandleError { get; set; }
Public Property HandleError As Boolean
Get
Set
public:
property bool HandleError {
bool get ();
void set (bool value);
}
member HandleError : bool with get, set
Property Value
Type:
BooleanRemarks
When the event is canceled, BC Meridian will normally display a message to the user.
In most cases a more useful message can be generated by the page itself.
To avoid BC Meridian showing the generic message, this property should be set to .
Setting this property for a wizard page does not have any effect.
See Also