Click or drag to resize

OpsCustomOrderDeviceEventArgs Constructor

Initializes a new instance of the OpsCustomOrderDeviceEventArgs class

Namespace:  Micros.PosCore.Extensibility.Ops
Assembly:  PosCore (in PosCore.dll) Version: 18.2
Syntax
C#
public OpsCustomOrderDeviceEventArgs(
	DeviceType target,
	List<ExtensibilityOpsDisplayDetail> dtl,
	string customName
)

Parameters

target
Type: Micros.PosCore.Extensibility.OpsDeviceType
dtl
Type: System.Collections.GenericListExtensibilityOpsDisplayDetail
customName
Type: SystemString
See Also