WebNavigationPolicyEventArgs Constructor
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.
Create a new instance of the WebNavigationPolicyEventArgs with the specified event data.
public WebNavigationPolicyEventArgs(Foundation.NSDictionary actionInformation, Foundation.NSUrlRequest request, WebKit.WebFrame frame, Foundation.NSObject decisionToken);
new WebKit.WebNavigationPolicyEventArgs : Foundation.NSDictionary * Foundation.NSUrlRequest * WebKit.WebFrame * Foundation.NSObject -> WebKit.WebNavigationPolicyEventArgs
Parameters
- actionInformation
- NSDictionary
The value for the ActionInformation property.
- request
- NSUrlRequest
The value for the Request property.
- decisionToken
- NSObject
The value for the DecisionToken property.