Click or drag to resize

ScriptingApplicationsManagerRaiseEventOnOneApplication Method


Namespace: Micros.PosCore.Extensibility.Scripting
Assembly: PosCore (in PosCore.dll) Version: 19.8
Syntax
C#
public void RaiseEventOnOneApplication(
	string application,
	Object sender,
	EventMonitorArgs args
)

Parameters

application  String
 
sender  Object
 
args  EventMonitorArgs
 
See Also