Table of Contents

Delegate ValidationEventHandler

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Represents the method that will handle an event with ValidationEventArgs event data.

public delegate void ValidationEventHandler(object? sender, ValidationEventArgs e)

Parameters

sender object

The source of the event.

e ValidationEventArgs

An object that contains an event data.