Share via


WebNavigationPolicyEventArgs Constructor

Definition

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.

frame
WebFrame

The value for the Frame property.

decisionToken
NSObject

The value for the DecisionToken property.

Applies to