Click or drag to resize

EventMonitorArgs(String, Boolean) Constructor

Initializes a new instance of the EventMonitorArgs class

Namespace: Micros.PosCore.Extensibility
Assembly: PosCommonClasses (in PosCommonClasses.dll) Version: 19.8
Syntax
C#
public EventMonitorArgs(
	string strEventID,
	bool bIsInfoOnly
)

Parameters

strEventID  String
 
bIsInfoOnly  Boolean
 
See Also