Barcode Count Basic Overlay UI Listener

Defined in namespace Scandit.DataCapture.Barcode.Count.UI

Note

Using this class requires the MatrixScan AR add-on.

ExitButtonTappedEventArgs
class ExitButtonTappedEventArgs : EventArgs

Added in version 6.18.0

Provides data for the BarcodeCountView.ExitButtonTapped event.

ExitButtonTappedEventArgs()
ExitButtonTappedEventArgs(BarcodeCountView view)

Added in version 6.18.0

View
BarcodeCountView View { get; }

Added in version 6.18.0

ListButtonTappedEventArgs
class ListButtonTappedEventArgs : EventArgs

Added in version 6.18.0

Provides data for the BarcodeCountView.ListButtonTapped event.

ListButtonTappedEventArgs()
ListButtonTappedEventArgs(BarcodeCountView view)

Added in version 6.18.0

View
BarcodeCountView View { get; }

Added in version 6.18.0

SingleScanButtonTappedEventArgs
class SingleScanButtonTappedEventArgs : EventArgs

Added in version 6.18.0

Provides data for the BarcodeCountView.SingleScanButtonTapped event.

SingleScanButtonTappedEventArgs()
SingleScanButtonTappedEventArgs(BarcodeCountView view)

Added in version 6.18.0

View
BarcodeCountView View { get; }

Added in version 6.18.0