WebViewValidateUserInterface Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public delegate bool WebViewValidateUserInterface(WebView webView, NSObject validatedUserInterfaceItem, bool defaultValidation);
type WebViewValidateUserInterface = delegate of WebView * NSObject * bool -> bool
Parameters
- webView
- WebView
- validatedUserInterfaceItem
- NSObject
- defaultValidation
- Boolean