This document is archived and information here might be outdated.  Recommended version.


IGeoProcessorEvents3 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGeoProcessorEvents3 Interface
ArcGIS Developer Help

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

Name 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.

Classes that implement IGeoProcessorEvents3

Classes Description