Click or drag to resize

PFApplicationEventsControllerEvent_CustomAction Field

Event triggered by item controllers on all applications when a custom action is executed. This is a UI event, triggered for user actions only. Can be triggered with the TriggerApplicationEvent method of the PFItemController class.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public const string ControllerEvent_CustomAction = "ControllerEvent_CustomAction"

Field Value

Type: String
See Also