Click or drag to resize

EventMonitorDelegate Delegate


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

Parameters

sender  Object
 
args  EventMonitorArgs
 

Return Value

EventProcessingInstruction
See Also