Click or drag to resize

OpsSignOutPreviewEventArgs Constructor

Initializes a new instance of the OpsSignOutPreviewEventArgs class

Namespace: Micros.PosCore.Extensibility.Ops
Assembly: PosCore (in PosCore.dll) Version: 19.8
Syntax
C#
public OpsSignOutPreviewEventArgs(
	long employeeID,
	int tenderMediaObjectNumber,
	OpsSignOutPreviewEventArgsSignOutEventRaisedFrom opsSignOutEventRaisedFrom
)

Parameters

employeeID  Int64
 
tenderMediaObjectNumber  Int32
 
opsSignOutEventRaisedFrom  OpsSignOutPreviewEventArgsSignOutEventRaisedFrom
 
See Also