All pages
Powered by GitBook
1 of 1

Loading...

ValidationEventArgs

Wisej.Web.ValidationEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.0.0.0)

Provides data for the Validating event handlers.

public class ValidationEventArgs : CancelEventArgs
Public Class ValidationEventArgs
    Inherits CancelEventArgs

Properties

Control

: Control being validated.

InvalidMessage

: Message to return when validation fails.

Rules

: Rules associated to the being validated.

Used By

Name
Description

ValidationEventHandler

Represents the method that will handle the Validating event.

Control
String
ValidationRule[]
Control