Click or drag to resize

PFPlugin_ItemItemCommentAdded Method

Method called after a PFItemComment has been added on an item.

Namespace:  Packflow.Plugins
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public virtual void ItemCommentAdded(
	PFItem item,
	PFItem_CommentEventArgs args
)

Parameters

item
Type: Packflow.CorePFItem
args
Type: Packflow.CorePFItem_CommentEventArgs
See Also