Class UserSavedSubscriber
- Namespace
- Dynamicweb.Ecommerce.Cart
- Assembly
- Dynamicweb.Ecommerce.dll
UserSavedSubscriber class.
[Subscribe("DWN_UM_USER_SAVED")]
public class UserSavedSubscriber : NotificationSubscriber, IComparable<NotificationSubscriber>
- Inheritance
-
UserSavedSubscriber
- Implements
- Inherited Members
Methods
OnNotify(string, NotificationArgs)
Called when notification is broadcast.
public override void OnNotify(string notification, NotificationArgs args)
Parameters
notification
string- The notification.
args
NotificationArgs- The arguments.
- See Also