ArcObjects Library Reference (Geoprocessing)  

IGeoProcessorEvents3 Interface

Provides access to GeoProcessor events3.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

This interface is new at ArcGIS 10. Events are fired in response to calling both the IGeoprocessor2.Execute method and the IGeoProcessor2.ExecuteASync method.

Members

Description
Method OnProcessMessages Called when a message has been posted while executing a tool.
Method OnProgressMessage Called when a message has been posted while executing a tool.
Method OnProgressPercentage Called when a message has been posted while executing a tool.
Method OnProgressShow Called when a message has been posted while executing a tool.
Method PostToolExecute Called immediately after a tool is executed by the GeoProcessor.
Method PreToolExecute Called immediately prior to the GeoProcessor executing a tool.