Click or drag to resize

PFPlugin_ItemItemFileOpened Method

Method called when the file of an item has been opened for modification (Office or KeePass application).

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