TaskPerformingEventArgs Class
Represents the event that is performing a task.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
System::Object
System::EventArgs
System.ComponentModel::CancelEventArgs
Microsoft.SqlServer.Management.TaskForms::TaskPerformingEventArgs
System::EventArgs
System.ComponentModel::CancelEventArgs
Microsoft.SqlServer.Management.TaskForms::TaskPerformingEventArgs
| Name | Description | |
|---|---|---|
![]() | TaskPerformingEventArgs(ITask^, Boolean) | Initializes a new instance of the TaskPerformingEventArgs class with the specified task and cancel parameter. |
| Name | Description | |
|---|---|---|
![]() | Cancel | (Inherited from CancelEventArgs.) |
![]() | Task | Gets the task information. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


