Click or drag to resize

PFPlugin_ItemItemNotificationSending Method

Method called before a modeled notification is sent.

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 ItemNotificationSending(
	PFItem item,
	PFItem_NotificationEventArgs args
)

Parameters

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