Click or drag to resize

SubmitCheckRejectedEventArgs Constructor

Initializes a new instance of the SubmitCheckRejectedEventArgs class

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

Parameters

submitCheckArgs
Type: Micros.PosCore.Extensibility.OpsSubmitCheckEventArgs
See Also