Click or drag to resize

PFUserNotifiedEventHandler Delegate

Represents the method that will be called when a user is notified.

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 PFUserNotifiedEventHandler(
	Object sender,
	PFUserNotifiedEventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: Packflow.CorePFUserNotifiedEventArgs
See Also