IValidation
Wisej.Web.IValidation
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides access to the validation events and properties property for controls that support validation.
Using IValidation allows developers to use uniform code to access the validation-related properties and events used by the control.
Properties
String: Returns or sets the invalid message that is shown in the invalid tooltip.
Events
EventHandler Fired when the control is finished validating.
CancelEventHandler Fired when the control is validating.
Implemented By
Last updated