Click or drag to resize

PFPlugin_ItemRelationRelationCreated Method

Method called when a new relation has been 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 RelationCreated(
	PFItemRelation relation
)

Parameters

relation
Type: Packflow.CorePFItemRelation
The relation.
See Also