ValidationEventArgs
Wisej.Web.ValidationEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Provides data for the Validating event handlers.
public class ValidationEventArgs : CancelEventArgs
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
Was this helpful?