ICustomActionEx Interface The ICustomActionEx interface is located in WA.Core.DLL that is installed in the Global Assembly Cache (GAC) when you install the QuickApps for SharePoint. The following is the signature of the WA.Core.ICustomActionEx interface: public interface ICustomActionEx { ActionResult Perform(CustomActionContext context, CustomActionCancelEventArgs evt); }