Click or drag to resize

ExtensibilityAssemblyBaseRaiseEvent Method

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

Parameters

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

Return Value

Type: EventProcessingInstruction
See Also