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
UIViewbarcode
SBSDKBarcodeItembarcodeFrame
CGRectselected
bool
Properties
Barcode
public SBSDKBarcodeItem Barcode { get; set; }
Property Value
BarcodeFrame
public CGRect BarcodeFrame { get; set; }
Property Value
- CGRect
Selected
public bool Selected { get; set; }
Property Value
View
public UIView View { get; set; }
Property Value
- UIView