C# Class Habanero.Faces.Base.CustomValidationEventArgs

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

Public Methods

Method Description
CustomValidationEventArgs ( object Value, ValidationRule vr ) : System

Constructs the CustomValidationEventArgs

Method Details

CustomValidationEventArgs() public method

Constructs the CustomValidationEventArgs
public CustomValidationEventArgs ( object Value, ValidationRule vr ) : System
Value object
vr ValidationRule
return System