Skybound.Gecko.LauncherDialogEvent.Cancel C# (CSharp) Method

Cancel() public method

public Cancel ( ) : void
return void
        public void Cancel()
        {
            HelperAppLauncher.Cancel(nsIHelperAppLauncherConstants.NS_BINDING_ABORTED);
        }