WebKit.WebUIDelegate.runBeforeUnloadConfirmPanelWithMessage C# (CSharp) Méthode

runBeforeUnloadConfirmPanelWithMessage() public méthode

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