C# Class BloomTests.BrowserStub

Inheritance: IIsolatedBrowser
Afficher le fichier Open project: BloomBooks/BloomDesktop Class Usage Examples

Méthodes publiques

Свойство Type Description
EventHandlerCount int
NavigateTarget String

Méthodes publiques

Méthode Description
InstallEventHandlers ( ) : void
Navigate ( string url ) : void
NormalTermination ( ) : void
RaiseNavigated ( object sender, EventArgs args ) : void
RemoveEventHandlers ( ) : void

Method Details

InstallEventHandlers() public méthode

public InstallEventHandlers ( ) : void
Résultat void

Navigate() public méthode

public Navigate ( string url ) : void
url string
Résultat void

NormalTermination() public méthode

public NormalTermination ( ) : void
Résultat void

RaiseNavigated() public méthode

public RaiseNavigated ( object sender, EventArgs args ) : void
sender object
args EventArgs
Résultat void

RemoveEventHandlers() public méthode

public RemoveEventHandlers ( ) : void
Résultat void

Property Details

EventHandlerCount public_oe property

public int EventHandlerCount
Résultat int

NavigateTarget public_oe property

public String NavigateTarget
Résultat String