Click or drag to resize

PFItemOnFileBinding Method

Raises the [E:FileOpened] event.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public virtual void OnFileBinding(
	PFItem_FileBindingEventArgs e
)

Parameters

e
Type: Packflow.CorePFItem_FileBindingEventArgs
The PFItem_FileEventArgs instance containing the event data.
See Also