Click or drag to resize

OrderLineAddedOnNotify Method

Handles the notification.

Namespace:  Dynamicweb.Ecommerce.LiveIntegration.NotificationSubscribers
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
public override void OnNotify(
	string notification,
	NotificationArgs args
)

Parameters

notification
Type: SystemString
The notification.
args
Type: Dynamicweb.Extensibility.NotificationsNotificationArgs
The args.
See Also