View Source
Class WebhookDeletingNotification
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class WebhookDeletingNotification : DeletingNotification<IWebhook>, IStatefulNotification, ICancelableNotification, INotification
Constructors
View Source
WebhookDeletingNotification(IEnumerable<IWebhook>, EventMessages)
Declaration
public WebhookDeletingNotification(IEnumerable<IWebhook> target, EventMessages messages)
Parameters
View Source
WebhookDeletingNotification(IWebhook, EventMessages)
Declaration
public WebhookDeletingNotification(IWebhook target, EventMessages messages)
Parameters