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) Version: 19.8
Syntax
C#
public SubmitCheckNotificationEvent(
	SubmitCheckEventArgs submitCheckArgs,
	bool success,
	bool extAppAborted
)

Parameters

submitCheckArgs  SubmitCheckEventArgs
 
success  Boolean
 
extAppAborted  Boolean
 
See Also