Skip to content

ILayoutExtension Interface

Interface all layout extensions implement.

MethodDescription
PostLayout()Called after all layout occurs.
PreLayout()Called before layout occurs.
WixToolset.Extensibility.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8

Called after all layout occurs.

public void PostLayout()

Called before layout occurs.

public void PreLayout()