Click or drag to resize

PFPlugin_ApplicationApplicationEventTriggered Method

Method called when the TriggerEvent method is called on a PFApplication.

Namespace:  Packflow.Plugins
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public virtual void ApplicationEventTriggered(
	PFApplication application,
	string eventName,
	Dictionary<string, Object> parameters
)

Parameters

application
Type: Packflow.CorePFApplication
The application (event source).
eventName
Type: SystemString
Name of the event.
parameters
Type: System.Collections.GenericDictionaryString, Object
The event parameters.
See Also