ArcObjects Library Reference (Framework)  

IAppROTEvents Interface

Provides access to events that occur on the Esri application running object table.

Product Availability

Available with ArcGIS Desktop.

Members

Description
Event AppAdded Occurs when an application reference is added to the table.
Event AppRemoved Occurs when an application reference is removed from the table.

CoClasses that implement IAppROTEvents

CoClasses and Classes Description
AppROT Esri application running object table.

Remarks

The AppROT events are designed to let interested applications or components know when an ESRI application has started or terminated. When an instance of an application starts or terminates, an event will automatically be fired from the AppROT to let all listeners know about it. This may be useful if listening components or applications need to maintain "switch-to" lists, or if they want to synchronize representations between all running instances so that if something happens in one application, all anothers can be informed and update themselves appropriately. Such "coordinating" components would need to know when new instances start and when existing ones terminate.