Click or drag to resize

PFPlugin_ItemItemFileUpdating Method

Method called when the file of an 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
C#
public virtual void ItemFileUpdating(
	PFItem item,
	PFItem_FileEventArgs args
)

Parameters

item
Type: Packflow.CorePFItem
The item.
args
Type: Packflow.CorePFItem_FileEventArgs
The PFItem_FileEventArgs instance containing the event data.
See Also