Share via


IKScannerDeviceViewScanUrlEventArgs(NSUrl, NSError) Constructor

Definition

Create a new instance of the IKScannerDeviceViewScanUrlEventArgs with the specified event data.

public IKScannerDeviceViewScanUrlEventArgs(Foundation.NSUrl url, Foundation.NSError error);
new ImageKit.IKScannerDeviceViewScanUrlEventArgs : Foundation.NSUrl * Foundation.NSError -> ImageKit.IKScannerDeviceViewScanUrlEventArgs

Parameters

url
NSUrl

The value for the Url property.

error
NSError

The value for the Error property.

Applies to