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: 18.2
Syntax
C#
public OpsEventsSelectEventArgs(
	long eventID,
	long operatorID
)

Parameters

eventID
Type: SystemInt64
operatorID
Type: SystemInt64
See Also