ArcGIS.Desktop.TaskAssistant.Events Namespace
In This Topic
The ArcGIS.Desktop.TaskAssistant.Events namespace supports ArcGIS Pro Task events.
Classes
| Class | Description |
![Class](template/packages/core-dotnet/images/Class.png) | TaskEndedEvent |
Occurs when execution of a task ends. This occurs when a task is canceled or when a task is successfully completed.
|
![Class](template/packages/core-dotnet/images/Class.png) | TaskEndedEventArgs |
Represents information about a task ended event.
|
![Class](template/packages/core-dotnet/images/Class.png) | TaskStartedEvent |
Occurs when execution of a task starts.
|
![Class](template/packages/core-dotnet/images/Class.png) | TaskStartedEventArgs |
Represents information about a task started event.
|
See Also