ArcObjects Library Reference (SystemUI)  

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

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

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