Click or drag to resize

OpsDetailFormatQueryEventArgs Constructor

Initializes a new instance of the OpsDetailFormatQueryEventArgs class

Namespace: Micros.PosCore.Extensibility.Ops
Assembly: PosCore (in PosCore.dll) Version: 19.8
Syntax
C#
public OpsDetailFormatQueryEventArgs(
	DeviceType target,
	CheckDetailItem dtl,
	string count,
	string name,
	string total
)

Parameters

target  DeviceType
 
dtl  CheckDetailItem
 
count  String
 
name  String
 
total  String
 
See Also