C# 클래스 Habanero.Faces.Base.CustomValidationEventArgs

Provides arguments for a validation event
상속: System.EventArgs
파일 보기 프로젝트 열기: Chillisoft/habanero.faces 1 사용 예제들

공개 메소드들

메소드 설명
CustomValidationEventArgs ( object Value, ValidationRule vr ) : System

Constructs the CustomValidationEventArgs

메소드 상세

CustomValidationEventArgs() 공개 메소드

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