Click or drag to resize

OpsEventsSelectEventArgs Constructor

Initializes a new instance of the OpsEventsSelectEventArgs class

Namespace: Micros.PosCore.Extensibility.Ops
Assembly: PosCore (in PosCore.dll) Version: 19.8
Syntax
C#
public OpsEventsSelectEventArgs(
	long eventID,
	long operatorID
)

Parameters

eventID  Int64
 
operatorID  Int64
 
See Also