WebViewPrompt Delegate

Definition

public delegate bool WebViewPrompt(WebView sender, string message);
type WebViewPrompt = delegate of WebView * string -> bool

Parameters

sender
WebView
message
String

Return Value

Applies to