C# 클래스 Skybound.Gecko.NavigateFinishedNotifier

Emits NavigateFinished when a navigation has completed.
파일 보기 프로젝트 열기: tophatmonocle/DirtyGecko 1 사용 예제들

공개 메소드들

메소드 설명
BlockUntilNavigationFinished ( ) : void

This method is only intended to be used by unittests The normal way to know when a document has finished loading is to listen for the NavigateFinished event.

NavigateFinishedNotifier ( GeckoWebBrowser browser ) : System

비공개 메소드들

메소드 설명
EmitNavigateFinishedWhenDone ( ) : void
HandleApplicationIdle ( object sender, EventArgs e ) : void

메소드 상세

BlockUntilNavigationFinished() 공개 메소드

This method is only intended to be used by unittests The normal way to know when a document has finished loading is to listen for the NavigateFinished event.
public BlockUntilNavigationFinished ( ) : void
리턴 void

NavigateFinishedNotifier() 공개 메소드

public NavigateFinishedNotifier ( GeckoWebBrowser browser ) : System
browser GeckoWebBrowser
리턴 System