SnipcartEngine..::..CartClosed Method (AdvantageMasterPageTemplate, Action, eSnipcartServiceType)
   This event is triggered when the Snipcart popup is closed.
   
                
    Namespace: 
   AdvantageCSP.Snipcart.EngineAssembly: AdvantageCSP.Snipcart (in AdvantageCSP.Snipcart.dll)
Syntax
public static void CartClosed( AdvantageMasterPageTemplate masterPage, Action myMethodName, eSnipcartServiceType serviceType )
Parameters
- masterPage
 - Type: AdvantageCMS.Core.Common.BaseClasses..::..AdvantageMasterPageTemplate
The AdvantageMasterPageTemplate that called this method 
- myMethodName
 - Type: Action
The method name to call on trigger 
- serviceType
 - Type: AdvantageCSP.Snipcart.Enums..::..eSnipcartServiceType
PostBack or Callback 

