Click or drag to resize

OpsCheckEventArgsBase Constructor

Initializes a new instance of the OpsCheckEventArgsBase class

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

Parameters

eventType
Type: Micros.PosCore.Extensibility.OpsOpsEventType
bIsInfoOnly
Type: SystemBoolean
See Also