Skip to main content

ILayoutExtension Interface

Interface all layout extensions implement.

Methods

MethodDescription
PostLayout()Called after all layout occurs.
PreLayout()Called before layout occurs.

WixToolset.Extensibility.dll version 6.0.0+8c7432e50072e009353ea5f2c956ccf453476f71

PostLayout() Method

Called after all layout occurs.

Declaration

public void PostLayout()

PreLayout() Method

Called before layout occurs.

Declaration

public void PreLayout()