Click or drag to resize

PFApplicationTriggerEvent Method

Triggers the specified event. This will call the OnEventTriggered method on the PFApplicationEvents classes of the target applications.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public void TriggerEvent(
	PFApplicationEvent settings
)

Parameters

settings
Type: Packflow.CorePFApplicationEvent
The event settings, describing the event, its parameters and its scope.
See Also