C# Class Skybound.Gecko.LauncherDialogEvent

Inheritance: System.EventArgs
显示文件 Open project: tophatmonocle/DirtyGecko

Public Methods

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

Method Details

Cancel() public method

public Cancel ( ) : void
return void

LauncherDialogEvent() public method

public LauncherDialogEvent ( nsIHelperAppLauncher aLauncher, nsISupports aWindowContext, uint aReason ) : System
aLauncher nsIHelperAppLauncher
aWindowContext nsISupports
aReason uint
return System

Navigate() public method

public Navigate ( string Url ) : void
Url string
return void