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 highlighted)

Parameters

view UIView
barcode SBSDKBarcodeItem
barcodeFrame CGRect
highlighted bool

Properties

Barcode

public SBSDKBarcodeItem Barcode { get; set; }

Property Value

SBSDKBarcodeItem

BarcodeFrame

public CGRect BarcodeFrame { get; set; }

Property Value

CGRect

Highlighted

public bool Highlighted { get; set; }

Property Value

bool

View

public UIView View { get; set; }

Property Value

UIView