Click or drag to resize

PFApplicationEventMethod Delegate

Represents a method that will call one or multiple events on a PFApplicationEvents object.

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 PFApplicationEventMethod(
	PFApplicationEvents events
)

Parameters

events
Type: Packflow.CorePFApplicationEvents
See Also