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: 18.2
Syntax
C#
public OpsSvcEventArgs(
	ServiceChargeInfo data,
	bool bIsReadOnly,
	DataStoreClient ds
)

Parameters

data
Type: ServiceChargeInfo
bIsReadOnly
Type: SystemBoolean
ds
Type: DataStoreClient
See Also