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 5.0.2+aa65968c419420d32e3e1b647aea0082f5ca5b78

PostLayout() Method

Called after all layout occurs.

Declaration

public void PostLayout()

PreLayout() Method

Called before layout occurs.

Declaration

public void PreLayout()