Click or drag to resize

PFPlugin_ItemActionsBarCustomizeActionsLast Method

Override this method to customize, add or remove actions from the actions bar. This method is called after all possible customizations (plugins, helpers, ...).

Namespace:  Packflow.Plugins
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public virtual void CustomizeActionsLast(
	PFItem item,
	PFActionsBar bar
)

Parameters

item
Type: Packflow.CorePFItem
bar
Type: Packflow.InterfacePFActionsBar
See Also