Click or drag to resize

PFPlugin_GoupGroupDeleting Method

Method called when a group is being deleted.

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 GroupDeleting(
	PFGroup group
)

Parameters

group
Type: Packflow.CorePFGroup
The group.
See Also