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


ICompletionNotify Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IC > ICompletionNotify Interface
ArcGIS Developer Help

ICompletionNotify Interface

Provides access to a method that advises the framework that the control user has indicated completion.

Product Availability

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

When To Use

The ICompletionNotify interface provides the IToolControl interface a mechanism to report to the application that the ToolControl no longer needs focus.

Members

Name Description
Method SetComplete Advises the framework that the control user has indicated completion.

Classes that implement ICompletionNotify

Classes Description

Remarks

When a ToolControl object gains focus, an ICompletionNotify object is passed to the ToolControl in the IToolControl::OnFocus method.

See Also

IToolControl.OnFocus Method