ValidationEventArgs
Wisej.Web.ValidationEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the Validating event handlers.
Properties
Control
Control: Control being validated.
InvalidMessage
String: Message to return when validation fails.
Rules
ValidationRule[]: Rules associated to the Control being validated.
Used By
Name
Description
Represents the method that will handle the Validating event.
Last updated