TasksPerformingEventArgs Class

Definition

Provides data for the TasksPerformingEventArgs event.

public ref class TasksPerformingEventArgs : System::ComponentModel::CancelEventArgs
public class TasksPerformingEventArgs : System.ComponentModel.CancelEventArgs
type TasksPerformingEventArgs = class
    inherit CancelEventArgs
Public Class TasksPerformingEventArgs
Inherits CancelEventArgs
Inheritance
TasksPerformingEventArgs

Constructors

TasksPerformingEventArgs(Boolean)

Initializes a new instance of the TasksPerformingEventArgs class.

TasksPerformingEventArgs(Boolean, Boolean)

Initializes a new instance of the TasksPerformingEventArgs class.

Properties

IsScript

Gets a value indicating whether the event contains a script.

Applies to