Click or drag to resize

PFItem_FileEventArgs Constructor (PFFile)

Initializes a new instance of the PFItem_FileEventArgs class.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFItem_FileEventArgs(
	PFFile file
)

Parameters

file
Type: Packflow.CorePFFile
The file.
See Also