Click or drag to resize

EventMonitorDelegate Delegate

Namespace:  Micros.PosCore.Extensibility
Assembly:  PosCommonClasses (in PosCommonClasses.dll) Version: 18.2
Syntax
C#
public delegate EventProcessingInstruction EventMonitorDelegate(
	Object sender,
	EventMonitorArgs args
)

Parameters

sender
Type: SystemObject
args
Type: Micros.PosCore.ExtensibilityEventMonitorArgs

Return Value

Type: EventProcessingInstruction
See Also