Habanero.Faces.Base.CustomValidationEventArgs.CustomValidationEventArgs C# (CSharp) Method

CustomValidationEventArgs() public method

Constructs the CustomValidationEventArgs
public CustomValidationEventArgs ( object Value, ValidationRule vr ) : System
Value object
vr ValidationRule
return System
		public CustomValidationEventArgs(object Value, ValidationRule vr)
		{
			this._value = Value;
			this._validationRule = vr;
		}
CustomValidationEventArgs