Table of Contents

Class CancelableNotificationArgs

Namespace
Dynamicweb.Extensibility.Notifications
Assembly
Dynamicweb.Core.dll

Provides an ability to cancel the task related to the given notification.

public class CancelableNotificationArgs : NotificationArgs
Inheritance
CancelableNotificationArgs
Derived
Inherited Members

Constructors

CancelableNotificationArgs()

Initializes a new instance of an object.

public CancelableNotificationArgs()

CancelableNotificationArgs(bool)

Initializes a new instance of an object.

public CancelableNotificationArgs(bool cancel)

Parameters

cancel bool

Value indicating whether to cancel the task related to the given notification.

Properties

Cancel

Gets or sets the value indicating whether to cancel the task related to the given notification.

public bool Cancel { get; set; }

Property Value

bool
To top