C# 클래스 Rsdn.Janus.BeforeNavigateEventArgs

파일 보기 프로젝트 열기: rsdn/janus 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
cancel bool
url string

공개 메소드들

메소드 설명
BeforeNavigateEventArgs ( string url, bool cancel ) : System

메소드 상세

BeforeNavigateEventArgs() 공개 메소드

public BeforeNavigateEventArgs ( string url, bool cancel ) : System
url string
cancel bool
리턴 System

프로퍼티 상세

cancel 보호되어 있는 프로퍼티

protected bool cancel
리턴 bool

url 보호되어 있는 프로퍼티

protected string url
리턴 string