ValidationEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Provides data for the Validating event handlers.
- C#
- VB.NET
public class ValidationEventArgs : CancelEventArgs
Public Class ValidationEventArgs
Inherits CancelEventArgs
Properties
Control
Control: Control being validated.
InvalidMessage
String: Message to return when validation fails.
Rules
ValidationRule[]: Rules associated to the Control being validated.
Used By
| Name | Description |
|---|---|
| ValidationEventHandler | Represents the method that will handle the Validating event. |