Visual Basic (Declaration) | |
---|---|
Public Event ImageOpenedEvent() As BarcodeReader.ImageOpenedEventHandler |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public event BarcodeReader.ImageOpenedEventHandler ImageOpenedEvent() |
Managed Extensions for C++ | |
---|---|
public: __event BarcodeReader.ImageOpenedEventHandler* ImageOpenedEvent(); |
C++/CLI | |
---|---|
public: event BarcodeReader.ImageOpenedEventHandler^ ImageOpenedEvent(); |
The event handler receives an argument of type ImageOpenedEventArgs containing data related to this event. The following ImageOpenedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
cancel | Flag to abort barcode detection. Set 'true' to abort |
Info | Information about opened image |