Click or drag to resize

OpsBarcodePreviewEventArgs Constructor

Initializes a new instance of the OpsBarcodePreviewEventArgs class

Namespace:  Micros.PosCore.Extensibility.Ops
Assembly:  PosCore (in PosCore.dll)
Syntax
C#
public OpsBarcodePreviewEventArgs(
	bool manuallyEntered,
	string barcodeString
)

Parameters

manuallyEntered
Type: SystemBoolean
barcodeString
Type: SystemString
See Also