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.1+2f00cbe680fb01ab485d56f16de9cd19b133f875

PostLayout() Method

Called after all layout occurs.

Declaration

public void PostLayout()

PreLayout() Method

Called before layout occurs.

Declaration

public void PreLayout()