Click or drag to resize

PFPlugin_ItemItemFileCreated Method

Method called after a file has been created on an item.

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 ItemFileCreated(
	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