C# Class Skybound.Gecko.LauncherDialogEvent

Inheritance: System.EventArgs
Afficher le fichier Open project: tophatmonocle/DirtyGecko

Méthodes publiques

Méthode Description
Cancel ( ) : void
LauncherDialogEvent ( nsIHelperAppLauncher aLauncher, nsISupports aWindowContext, uint aReason ) : System
Navigate ( string Url ) : void

Method Details

Cancel() public méthode

public Cancel ( ) : void
Résultat void

LauncherDialogEvent() public méthode

public LauncherDialogEvent ( nsIHelperAppLauncher aLauncher, nsISupports aWindowContext, uint aReason ) : System
aLauncher nsIHelperAppLauncher
aWindowContext nsISupports
aReason uint
Résultat System

Navigate() public méthode

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