Table of Contents

Interface IValueValidator

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

Mediates between controls and application data.

public interface IValueValidator : IDisposable

Remarks

A validator has three major roles. It transfers data from a variable or own storage to (and from) a control. It validates data in a control, and shows an appropriate error message. It filters events (such as keystrokes), thereby changing the behaviour of the associated control. Validators can be plugged into controls dynamically.

Properties

Handle

Object handle.

Name

Gets or sets the identifying name of the object.

Tag

Gets or sets data related to the object.