Table of Contents

Class UpdateCustomViewEventArgs

Namespace
ScanbotSDK.iOS
Assembly
BarcodeSDK.NET.iOS.dll
public class UpdateCustomViewEventArgs : EventArgs
Inheritance
UpdateCustomViewEventArgs
Inherited Members

Constructors

UpdateCustomViewEventArgs(UIView, SBSDKBarcodeItem, CGRect, bool)

public UpdateCustomViewEventArgs(UIView view, SBSDKBarcodeItem barcode, CGRect barcodeFrame, bool selected)

Parameters

view UIView
barcode SBSDKBarcodeItem
barcodeFrame CGRect
selected bool

Properties

Barcode

public SBSDKBarcodeItem Barcode { get; set; }

Property Value

SBSDKBarcodeItem

BarcodeFrame

public CGRect BarcodeFrame { get; set; }

Property Value

CGRect

Selected

public bool Selected { get; set; }

Property Value

bool

View

public UIView View { get; set; }

Property Value

UIView