| ProductInfoBeforeGenerateXmlSubscriberOnNotify Method |
Call to invoke observer.
Namespace: Dynamicweb.Ecommerce.LiveIntegration.Examples.NotificationsAssembly: Dynamicweb.Ecommerce.LiveIntegration.Examples (in Dynamicweb.Ecommerce.LiveIntegration.Examples.dll) Version: 2.0.0
Syntax public override void OnNotify(
string notification,
NotificationArgs args
)
Public Overrides Sub OnNotify (
notification As String,
args As NotificationArgs
)
Parameters
- notification
- Type: SystemString
The notification. - args
- Type: NotificationArgs
The args.
See Also