TaskCancelableEventArgs(Boolean) Constructor

Definition

Initializes a new instance of the TaskCancelableEventArgs class.

public:
 TaskCancelableEventArgs(bool cancelable);
public TaskCancelableEventArgs (bool cancelable);
new Microsoft.SqlServer.Management.TaskForms.TaskCancelableEventArgs : bool -> Microsoft.SqlServer.Management.TaskForms.TaskCancelableEventArgs
Public Sub New (cancelable As Boolean)

Parameters

cancelable
Boolean

True to a cancelable event; otherwise, false.

Applies to