Click or drag to resize

PFPlugin_ItemItemFileBinding Method

Method called when the file of an item is about to be bound via WordForm or Quickparts.

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 ItemFileBinding(
	PFItem item,
	PFItem_FileBindingEventArgs args
)

Parameters

item
Type: Packflow.CorePFItem
The item.
args
Type: Packflow.CorePFItem_FileBindingEventArgs
The PFItem_FileBindingEventArgs instance containing the event data.
See Also