This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > SystemUI > ESRI.ArcGIS.SystemUI > Interfaces > IC > ICompletionNotify Interface (ArcObjects .NET 10.5 SDK) |
Provides access to a method that advises the framework that the control user has indicated completion.
The ICompletionNotify interface provides the IToolControl interface a mechanism to report to the application that the ToolControl no longer needs focus.
Description | ||
---|---|---|
SetComplete | Advises the framework that the control user has indicated completion. |
When a ToolControl object gains focus, an ICompletionNotify object is passed to the ToolControl in the IToolControl::OnFocus method.