PFPlugin_ItemItemUpdating Method |
Method called when a item is being updated.
Namespace:
Packflow.Plugins
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public virtual void ItemUpdating(
PFItem item
)
Parameters
- item
- Type: Packflow.CorePFItem
The item.
See Also