C# Class Habanero.Faces.Base.CustomValidationEventArgs

Provides arguments for a validation event
Inheritance: System.EventArgs
Afficher le fichier Open project: Chillisoft/habanero.faces Class Usage Examples

Méthodes publiques

Méthode Description
CustomValidationEventArgs ( object Value, ValidationRule vr ) : System

Constructs the CustomValidationEventArgs

Method Details

CustomValidationEventArgs() public méthode

Constructs the CustomValidationEventArgs
public CustomValidationEventArgs ( object Value, ValidationRule vr ) : System
Value object
vr ValidationRule
Résultat System