Click or drag to resize
MultiBuyDiscountEditExtenderControl_OnAfterSave Method
Removes bindings after switching the type of MultiBuy Discount. Clears cache which stores type of application (departments/products).

Namespace: CMS.Ecommerce.Web.UI
Assembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 10.0.0
Syntax
C#
protected void Control_OnAfterSave(
	Object sender,
	EventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: SystemEventArgs
See Also