Click or drag to resize

PFPlugin_ItemItemEventAdded Method

Method called after a PFItemEvent has been added 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 ItemEventAdded(
	PFItem item,
	PFItem_EventEventArgs args
)

Parameters

item
Type: Packflow.CorePFItem
args
Type: Packflow.CorePFItem_EventEventArgs
See Also