Click or drag to resize

OpsExtensibilityApplicationOpsTransactionCancelEventDelegate Delegate

Namespace:  Micros.Ops.Extensibility
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public delegate EventProcessingInstruction OpsTransactionCancelEventDelegate(
	Object sender,
	OpsTransactionCancelPreviewEventArgs args
)

Parameters

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

Return Value

Type: EventProcessingInstruction
See Also