Skip to main content
Version: 3.5

ValidationEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the Validating event handlers.

public class ValidationEventArgs : CancelEventArgs

Properties

Instance memberControl

Control: Control being validated.

Instance memberInvalidMessage

String: Message to return when validation fails.

Instance memberRules

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

Used By

NameDescription
ValidationEventHandlerRepresents the method that will handle the Validating event.