C# 클래스 WebKit.NewWindowRequestEventArgs

Provides data for the WebKitBrowser.NewWindowRequest event.
상속: System.EventArgs
파일 보기 프로젝트 열기: davejohnson/webkit-dot-net 1 사용 예제들

공개 메소드들

메소드 설명
NewWindowRequestEventArgs ( string Url ) : System

Initializes a new instance of the NewWindowRequestEventArgs class.

메소드 상세

NewWindowRequestEventArgs() 공개 메소드

Initializes a new instance of the NewWindowRequestEventArgs class.
public NewWindowRequestEventArgs ( string Url ) : System
Url string The Url that the new window will attempt to navigate to.
리턴 System