Click or drag to resize

SubmitCheckEventArgs Constructor

Initializes a new instance of the SubmitCheckEventArgs class

Namespace:  Micros.PosCore.Extensibility.Ops
Assembly:  PosCore (in PosCore.dll)
Syntax
C#
public SubmitCheckEventArgs(
	CheckBase check
)

Parameters

check
Type: Micros.PosCore.Extensibility.OpsCheckBase
See Also