Click or drag to resize

PFPlugin_ItemItemStateChanged Method

Method called after the call to Save() during an item's enactment (when the SQL transaction made to move the workflow is committed).

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 ItemStateChanged(
	PFItem item,
	PFItem_StateEventArgs args
)

Parameters

item
Type: Packflow.CorePFItem
The item.
args
Type: Packflow.CorePFItem_StateEventArgs
The PFItem_StateEventArgs instance containing the event data.
See Also