Skip to main content

IBinderExtension Interface

Interface all binder extensions implement.

Methods

MethodDescription
PostBind()Called after all binding occurs.
PreBind()Called before binding occurs.

WixToolset.Extensibility.dll version 5.0.2+aa65968c419420d32e3e1b647aea0082f5ca5b78

PostBind() Method

Called after all binding occurs.

Declaration

public void PostBind()

PreBind() Method

Called before binding occurs.

Declaration

public void PreBind()