Click or drag to resize

PFItem_CommentEventHandler Delegate

Represents an handler method for events occurring when a comment is posted on an item.

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 PFItem_CommentEventHandler(
	Object sender,
	PFItem_CommentEventArgs e
)

Parameters

sender
Type: SystemObject
The sender.
e
Type: Packflow.CorePFItem_CommentEventArgs
The PFItem_CommentEventArgs instance containing the event data.
See Also