Click or drag to resize

OpsExtensibilityApplicationOpsOrderChannelChangedEventDelegate Delegate

Namespace:  Micros.Ops.Extensibility
Assembly:  Ops (in Ops.dll)
Syntax
C#
public delegate EventProcessingInstruction OpsOrderChannelChangedEventDelegate(
	Object sender,
	OpsOrderChannelChangedEventArgs args
)

Parameters

sender
Type: SystemObject
args
Type: Micros.PosCore.Extensibility.OpsOpsOrderChannelChangedEventArgs

Return Value

Type: EventProcessingInstruction
See Also