Click or drag to resize

PFPlugin_WaffleCustomizeLast Method

Override this method to customize the header's waffle layout and content. 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 CustomizeLast(
	PFWaffle waffle
)

Parameters

waffle
Type: Packflow.InterfacePFWaffle
See Also