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

PostBind() Method

Called after all binding occurs.

Declaration

public void PostBind()

PreBind() Method

Called before binding occurs.

Declaration

public void PreBind()