Click or drag to resize

SubmitCheckNotificationEvent Constructor

Initializes a new instance of the SubmitCheckNotificationEvent class

Namespace:  Micros.PosCore.Extensibility.Ops
Assembly:  PosCore (in PosCore.dll)
Syntax
C#
public SubmitCheckNotificationEvent(
	SubmitCheckEventArgs submitCheckArgs,
	bool success,
	bool extAppAborted
)

Parameters

submitCheckArgs
Type: Micros.PosCore.Extensibility.OpsSubmitCheckEventArgs
success
Type: SystemBoolean
extAppAborted
Type: SystemBoolean
See Also