Click or drag to resize

PFPlugin_ItemRelationRelationUpdated Method

Method called when a relation has been updated.

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 RelationUpdated(
	PFItemRelation relation
)

Parameters

relation
Type: Packflow.CorePFItemRelation
The relation.
See Also