Table of Contents

Class ValidationEventArgs

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

Provides data for the events that have an url argument.

public class ValidationEventArgs : BaseEventArgs
Inheritance
ValidationEventArgs

Constructors

ValidationEventArgs(string?)

Initializes a new instance of the ValidationEventArgs class.

Properties

IsNullOrEmpty

Gets whether Text is null or empty.

IsNullOrWhiteSpace

Gets whether Text is null or white space.

IsValid

Gets or sets whether Text is valid.

Text

Gets string value for validation.