C# Class Skybound.Gecko.NavigateFinishedNotifier

Emits NavigateFinished when a navigation has completed.
Afficher le fichier Open project: tophatmonocle/DirtyGecko Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
EmitNavigateFinishedWhenDone ( ) : void
HandleApplicationIdle ( object sender, EventArgs e ) : void

Method Details

BlockUntilNavigationFinished() public méthode

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
Résultat void

NavigateFinishedNotifier() public méthode

public NavigateFinishedNotifier ( GeckoWebBrowser browser ) : System
browser GeckoWebBrowser
Résultat System