The BarcodeScanner uses the device camera to scan for barcode codes. The Ready event will be raised after the scanner is initialized. Once the scanner is ready you can call Start to start scanning. The Detected event will be raised whenever a code is detected.
Events:
Ready (Success As Boolean) Detected (Codes As List)
Gets or sets whether the user can tap on the screen to focus the camera. Default value is true.
Initialize (EventNameAsString, ViewAsObject)
Initializes the scanner. The Ready event will be raised when the scanner is ready. EventName - Sets the subs that handle the events. View - The preview panel.