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 6.0.0+8c7432e50072e009353ea5f2c956ccf453476f71

PostBind() Method

Called after all binding occurs.

Declaration

public void PostBind()

PreBind() Method

Called before binding occurs.

Declaration

public void PreBind()