Class | Description | |
---|---|---|
ActivePaneInitializedEvent | Occurs when a the active pane is fully initialized | |
ActivePaneInitializedEventArgs | Represents the state of the active pane, indicating it is fully initialized | |
ActivePortalChangedEvent | Occurs when the active portal is changed on the ArcGIS.Desktop.Core.ArcGISPortalManager | |
ActivePortalChangedEventArgs | Data for the ActivePortalChangedEvent | |
ArcGISPortalAddedEvent | Occurs when the a portal is added to the ArcGIS.Desktop.Core.ArcGISPortalManager | |
ArcGISPortalAddedEventArgs | Data for the ArcGISPortalAddedEvent | |
ArcGISPortalRemovedEvent | Occurs when a portal is removed from the ArcGIS.Desktop.Core.ArcGISPortalManager | |
ArcGISPortalRemovedEventArgs | Data for the ArcGISPortalRemovedEvent | |
BrowseLocationsClearedEvent | Occurs when a user clears the browser locations in the options dialog. | |
FavoritesChangedEvent | Provides information when the favorites collection is changed. | |
GPExecuteToolEvent | Occurs when a Geoprocessing Tool is executed | |
GPExecuteToolEventArgs | Event argument for the GPExecuteToolEvent | |
PortalSignOnChangedEvent | Occurs when the sign on state of a portal changes. | |
PortalSignOnChangedEventArgs | Data for the PortalSignOnChangedEvent | |
ProjectCloseCanceledEvent | Occurs when the closing of a project in canceled | |
ProjectClosedEvent | Occurs when a project has closed | |
ProjectClosingEvent | Occurs when a project is in the process of closing | |
ProjectClosingEventArgs | Represents the project on which the ProjectClosingEvent is operating | |
ProjectEventArgs | Represents the project on which an event operates, and an enumeration indicating how the project was opened and created, if appropriate | |
ProjectHomeFolderChangedEvent | Occurs when the home folder of the current project is changed after initialization. This event's subscribers will always be called on a worker thread. | |
ProjectHomeFolderChangedEventArgs | Represents old and new values of the current project's home folder. | |
ProjectItemRemovingEvent | Occurs before a project item is removed. It provides the opportunity to cancel. | |
ProjectItemRemovingEventArgs | Provides the data for the ProjectItemRemovingEvent. | |
ProjectItemsChangedEvent | Occurs when a project item is added or removed | |
ProjectItemsChangedEventArgs | Represents the project on which the ProjectItemsChangedEvent is operating | |
ProjectOpenedAsyncEvent | Occurs when a project has been opened | |
ProjectOpenedEvent | Occurs when a project has been opened | |
ProjectSavedEvent | Occurs when a project has been saved | |
ProjectSavingEvent | Occurs when a project in the process of being saved | |
ProjectUnitFormatsChangedEvent | Event raised when any of the project unit formats are changed, new ones added or existing ones removed. Unit format changes are per-project | |
ProjectUnitFormatsChangedEventArgs | Event argument for the project units changed event. | |
ProjectWindowSelectedItemsChangedEvent | Occurs when the selection changes in either the Project dockpane ("Catalog pane") or any Project pane instance ("Catalog view"). | |
ProjectWindowSelectedItemsChangedEventArgs | Event argument for the ProjectWindowSelectedItemsChangedEvent | |
ProProjectSavingStripCredentialsEvent | Occurs when a project has been saved with strip credentials attribute set to true This event gives the opportunity to strip credentials from anything that the subscriber may be persisting in the project. It's important to note that the projectID that is passed is not the projectID of the currently open project. It is the projectID of the project that is being opened in the background specifically for the purpose of stripping credentials. | |
ProProjectStripCredentialsEventArgs | Event arguments |