Click or drag to resize

PFItem_FileEventHandler Delegate

Represents an handler method for events occurring in item 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_FileEventHandler(
	Object sender,
	PFItem_FileEventArgs e
)

Parameters

sender
Type: SystemObject
The sender.
e
Type: Packflow.CorePFItem_FileEventArgs
The PFItem_FileEventArgs instance containing the event data.
See Also