Click or drag to resize

PFItem_FileBindingEventHandler Delegate

Represents an handler method for events occurring when binding item to office files.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public delegate void PFItem_FileBindingEventHandler(
	Object sender,
	PFItem_FileBindingEventArgs e
)

Parameters

sender
Type: SystemObject
The sender.
e
Type: Packflow.CorePFItem_FileBindingEventArgs
The PFItem_FileBindingEventArgs instance containing the event data.
See Also