Click or drag to resize

OpsVoidCheckEventArgsBase Constructor

Initializes a new instance of the OpsVoidCheckEventArgsBase class

Namespace: Micros.PosCore.Extensibility.Ops
Assembly: PosCore (in PosCore.dll) Version: 19.8
Syntax
C#
public OpsVoidCheckEventArgsBase(
	OpsEventType eventType,
	bool bIsInfoOnly
)

Parameters

eventType  OpsEventType
 
bIsInfoOnly  Boolean
 
See Also