PageDataValidateEventArgsHandleError Property |
Gets or sets a value indicating whether
the page handles a validation failure (if the event is canceled).
Namespace:
BlueCieloECM.InnoCielo.Meridian.Design
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public bool HandleError { get; set; }
Public Property HandleError As Boolean
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