Click or drag to resize

PFItemOnFileDownloaded Method

Raises the [E:FileDownloaded] 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 OnFileDownloaded(
	PFItem_FileEventArgs e
)

Parameters

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