Click or drag to resize
CMSEcommerceStoreSettingsPageRaisePostBackEvent Method
Handles postback event with argument "save". Permissions are checked and method SaveChanges() is called as reaction.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
public virtual void RaisePostBackEvent(
	string eventArgument
)

Parameters

eventArgument
Type: SystemString
Postback argument

Implements

IPostBackEventHandlerRaisePostBackEvent(String)
See Also