Click or drag to resize

PFApplicationEventsApplication_EventTriggered Method

Called when the TriggerEvent method is called on a PFApplication.

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

Parameters

sourceApplication
Type: Packflow.CorePFApplication
The application that has triggered the event.
eventName
Type: SystemString
Name of the event.
parameters
Type: System.Collections.GenericDictionaryString, Object
The parameters specified for the event triggering.
See Also