Click or drag to resize

PFApplicationEvents Fields

The PFApplicationEvents type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberControllerEvent_CreateItem
Event triggered by item controllers on all applications when an item is created. This is a UI event, triggered for user actions only.
Public fieldStatic memberControllerEvent_CustomAction
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.
Public fieldStatic memberControllerEvent_DeleteItem
Event triggered by item controllers on all applications when an item is deleted. This is a UI event, triggered for user actions only.
Public fieldStatic memberControllerEvent_FinishTask
Event triggered by item controllers on all applications when a workflow task is finished. This is a UI event, triggered for user actions only.
Public fieldStatic memberControllerEvent_MoveWorkflow
Event triggered by item controllers on all applications when a workflow moves to a new state. This is a UI event, triggered for user actions only.
Public fieldStatic memberControllerEvent_OpenItem
Event triggered by item controllers on all applications when the form is opened. This is a UI event, triggered for user actions only.
Public fieldStatic memberControllerEvent_SaveItem
Event triggered by item controllers on all applications when an item is saved (excluding creation). This is a UI event, triggered for user actions only.
Public fieldStatic memberControllerEvent_StartTask
Event triggered by item controllers on all applications when a workflow task is started. This is a UI event, triggered for user actions only.
Public fieldStatic memberUIEvent_OpenView
Event triggered when a user navigates to a view. This is a UI event, triggered for user actions only.
Top
See Also