ValidationEventArgs

Wisej.Web.ValidationEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the Validating event handlers.

public class ValidationEventArgs : CancelEventArgs

Properties

Control: Control being validated.

String: Message to return when validation fails.

ValidationRule[]: Rules associated to the Control being validated.

Used By

Last updated