Click or drag to resize

PFItem_FileEventArgs Constructor (PFFile, PFItem_FileEventOrigin)

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,
	PFItem_FileEventOrigin origin
)

Parameters

file
Type: Packflow.CorePFFile
The file.
origin
Type: Packflow.CorePFItem_FileEventOrigin
The origin of the event.
See Also