All pages
Powered by GitBook
1 of 1

Loading...

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)
Public Delegate Sub ValidationEventHandler(ByVal sender As [Object], ByVal e As ValidationEventArgs)

Parameters

Name
Type
Description

Fired By

Name
Description

sender

Object

The source of the event.

e

ValidationEventArgs

A ValidationEventArgs that contains the event data.

Validation.Validating

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

Validation.Validated

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