Click or drag to resize

PFPlugin_ItemItemNotificationCreating Method

Method called before a user notification whose related object is the given item is created.

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 ItemNotificationCreating(
	PFItem item,
	PFUserNotifiedEventArgs args
)

Parameters

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