Click or drag to resize

INotificationServiceBeforeOrganizationDetailsEdited Property

Before EInvoice added to order. If handler throws OperationCanceledException, adding is cancelled.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
INotification<(IOrder order, IViewManager vm)> BeforeOrganizationDetailsEdited { get; }

Property Value

Type: INotificationValueTupleIOrder, IViewManager
See Also