ValidationEventHandler

Wisej.Web.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

sender

The source of the event.

e

A ValidationEventArgs that contains the event data.

Fired By

NameDescription

Fired when the any control associated to the Validation extender is being validated.

Fired after any control associated to the Validation extender has been successfully validated.

Last updated