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 4.0.2+644ed0118bae1aa885bb6cc906dc6c0b904de4d9

PostLayout() Method

Called after all layout occurs.

Declaration

public void PostLayout()

PreLayout() Method

Called before layout occurs.

Declaration

public void PreLayout()