Skip to main content
Version: 3.5

ValidationEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents the method that will handle the Validating event.

public delegate void ValidationEventHandler(Object sender, ValidationEventArgs e)

Parameters

NameTypeDescription
senderObjectThe source of the event.
eValidationEventArgsA ValidationEventArgs that contains the event data.

Fired By

NameDescription
Validation.ValidatingFired when the any control associated to the Validation extender is being validated.
Validation.ValidatedFired after any control associated to the Validation extender has been successfully validated.