Click or drag to resize

PFTask Events

The PFTask type exposes the following members.

Events
  NameDescription
Public eventAfterCreate
Occurs after an item has been created in database.
(Inherited from PFItem.)
Public eventAfterCreateFile
Occurs after a file has been created on this item.
(Inherited from PFItem.)
Public eventAfterCreateNotification
Occurs after a user notification whose related object is this item was created.
(Inherited from PFItem.)
Public eventAfterDelete
Occurs after an item has been deleted.
(Inherited from PFItem.)
Public eventAfterDeleteFile
Occurs after a file of this item has been deleted.
(Inherited from PFItem.)
Public eventAfterSave
Occurs when an item has been updated or created in database.
(Inherited from PFItem.)
Public eventAfterUpdate
Occurs after an item has been updated in database.
(Inherited from PFItem.)
Public eventAfterUpdateFile
Occurs after a file of this item has been updated.
(Inherited from PFItem.)
Public eventBeforeCreate
Occurs when an item is being persisted for the first time in database.
(Inherited from PFItem.)
Public eventBeforeCreateFile
Occurs when a file is being created on this item.
(Inherited from PFItem.)
Public eventBeforeCreateNotification
Occurs before a user notification whose related object is this item is created.
(Inherited from PFItem.)
Public eventBeforeDelete
Occurs when an item is being deleted.
(Inherited from PFItem.)
Public eventBeforeDeleteFile
Occurs when a file of this item is being deleted.
(Inherited from PFItem.)
Public eventBeforeSave
Occurs when an item is being updated or created in database.
(Inherited from PFItem.)
Public eventBeforeSendingNotification
Occurs before a modeled notification is sent.
(Inherited from PFItem.)
Public eventBeforeUpdate
Occurs when an item is being updated in database.
(Inherited from PFItem.)
Public eventBeforeUpdateFile
Occurs when a file of this item is being updated.
(Inherited from PFItem.)
Public eventCommentAdded
Occurs after a PFItemComment has been added on the item.
(Inherited from PFItem.)
Public eventEventAdded
Occurs after a PFItemEvent has been added on the item.
(Inherited from PFItem.)
Public eventFileBinding
Occurs when a file of this item is about to be bound via WordForm or Quickparts.
(Inherited from PFItem.)
Public eventFileConfirmed
Occurs when a file has been confirmed on this item. A file is confirmed when, after its upload, the parent item is saved with a reference to the file in the FileHolder value.
(Inherited from PFItem.)
Public eventFileDownloaded
Occurs when a file of this item has been downloaded. Engine triggers this event on an async task. Do not use non-thread safe objects. (Packflow types inheriting PFBaseObject are thread-safe in this case) Codes triggering this event does not depend on HttpContext or other web context object. When triggered, there is no warranty the download is finished or succeeded.
(Inherited from PFItem.)
Public eventFileDownloading
Occurs when a file of this item has been downloaded.
(Inherited from PFItem.)
Public eventFileOpened
Occurs when a file of this item has been opened for modification (Office or KeePass application).
(Inherited from PFItem.)
Public eventStateChanged
Occurs after the call to Save() during enactment when the SQL transaction made to move the workflow is committed.
(Inherited from PFItem.)
Public eventStateChanging
Occurs when the state has been changed in this item instance, but the save has not been called yet.
(Inherited from PFItem.)
Public eventStatusUpdated
Occurs when the task status has been updated.
Public eventStatusUpdating
Occurs when the task status is being updated.
Top
See Also