Wisej.Web.ValidationEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Provides data for the Validating event handlers.
public class ValidationEventArgs : CancelEventArgsPublic Class ValidationEventArgs
Inherits CancelEventArgs: Control being validated.
: Message to return when validation fails.
: Rules associated to the being validated.
Represents the method that will handle the Validating event.