C# 클래스 Skybound.Gecko.GeckoNavigatingEventArgs

Provides data for the GeckoNavigatingEventHandler event.
상속: System.ComponentModel.CancelEventArgs
파일 보기 프로젝트 열기: tophatmonocle/DirtyGecko 1 사용 예제들

공개 메소드들

메소드 설명
GeckoNavigatingEventArgs ( Uri value ) : System

Creates a new instance of a GeckoNavigatingEventArgs object.

메소드 상세

GeckoNavigatingEventArgs() 공개 메소드

Creates a new instance of a GeckoNavigatingEventArgs object.
public GeckoNavigatingEventArgs ( Uri value ) : System
value System.Uri
리턴 System