PFItemControllerPFItemTypeTriggerApplicationEvent Method |
Triggers an application event for a custom action.
The event PFApplicationEvents.ControllerEvent_CustomAction is broadcasted to all applications.
Namespace:
Packflow.Interface
Assembly:
MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax protected void TriggerApplicationEvent(
string actionName,
PFItemType item
)
Parameters
- actionName
- Type: SystemString
Name of the action. - item
- Type: PFItemType
The item.
See Also