BarcodeReaderProgressEventArgs Class Members
In This Topic
The following tables list the members exposed by
BarcodeReaderProgressEventArgs.
Public Fields
| Name | Description |
  | Empty | Provides a value to use with events that do not have event data. (Inherited from System.EventArgs) |
Public Properties
| Name | Description |
 | CanCancel | Determines that current action can be canceled. |
 | Cancel | Determines that current action must be canceled. |
 | FoundBarcodes | Gets the Collection of recognized barcodes. |
 | Progress | Returns the progress, in percent, of current action. |
See Also