C# 클래스 Skybound.Gecko.GeckoHistoryGotoIndexEventArgs

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

공개 메소드들

메소드 설명
GeckoHistoryGotoIndexEventArgs ( Uri url, int index ) : System

Creates a new instance of a GeckoHistoryGotoIndexEventArgs object.

메소드 상세

GeckoHistoryGotoIndexEventArgs() 공개 메소드

Creates a new instance of a GeckoHistoryGotoIndexEventArgs object.
public GeckoHistoryGotoIndexEventArgs ( Uri url, int index ) : System
url System.Uri
index int
리턴 System