Class ValidationEventArgs
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.