Click or drag to resize

OpsSvcEventArgs Constructor

Initializes a new instance of the OpsSvcEventArgs class

Namespace: Micros.PosCore.Extensibility.Ops
Assembly: PosCore (in PosCore.dll) Version: 19.8
Syntax
C#
public OpsSvcEventArgs(
	ServiceChargeInfo data,
	bool bIsReadOnly,
	DataStoreClient ds
)

Parameters

data  ServiceChargeInfo
 
bIsReadOnly  Boolean
 
ds  DataStoreClient
 
See Also