C# Class Skybound.Gecko.NavigateFinishedNotifier

Emits NavigateFinished when a navigation has completed.
显示文件 Open project: tophatmonocle/DirtyGecko Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
EmitNavigateFinishedWhenDone ( ) : void
HandleApplicationIdle ( object sender, EventArgs e ) : void

Method Details

BlockUntilNavigationFinished() public method

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
return void

NavigateFinishedNotifier() public method

public NavigateFinishedNotifier ( GeckoWebBrowser browser ) : System
browser GeckoWebBrowser
return System