WebKit.WebUIDelegate.runBeforeUnloadConfirmPanelWithMessage C# (CSharp) Method

runBeforeUnloadConfirmPanelWithMessage() public method

public runBeforeUnloadConfirmPanelWithMessage ( WebView sender, string message, IWebFrame initiatedByFrame ) : int
sender WebView
message string
initiatedByFrame IWebFrame
return int
        public int runBeforeUnloadConfirmPanelWithMessage(WebView sender, string message, IWebFrame initiatedByFrame)
        {
            throw new NotImplementedException();
        }