ArcGIS Pro 2.6 API Reference Guide
CompositePresentationEvent<TPayload> Class
Members 

ArcGIS.Core.Events Namespace : CompositePresentationEvent<TPayload> Class
The type of message that will be passed to the subscribers.
Defines a class that manages publication and subscription to events.
Object Model
CompositePresentationEvent<TPayload> ClassSubscriptionToken Class
Syntax
public abstract class CompositePresentationEvent<TPayload> : EventBase 
Public MustInherit Class CompositePresentationEvent(Of TPayload) 
   Inherits EventBase
Type Parameters
TPayload
The type of message that will be passed to the subscribers.
Inheritance Hierarchy

System.Object
   ArcGIS.Core.Events.EventBase
      ArcGIS.Core.Events.CompositePresentationEvent<TPayload>
         ArcGIS.Desktop.Core.Events.ActivePaneInitializedEvent
         ArcGIS.Desktop.Core.Events.ActivePortalChangedEvent
         ArcGIS.Desktop.Core.Events.ArcGISPortalAddedEvent
         ArcGIS.Desktop.Core.Events.ArcGISPortalRemovedEvent
         ArcGIS.Desktop.Core.Events.PortalSignOnChangedEvent
         ArcGIS.Desktop.Core.Events.ProjectCloseCanceledEvent
         ArcGIS.Desktop.Core.Events.ProjectClosedEvent
         ArcGIS.Desktop.Core.Events.ProjectItemsChangedEvent
         ArcGIS.Desktop.Core.Events.ProjectOpenedEvent
         ArcGIS.Desktop.Core.Events.ProjectSavedEvent
         ArcGIS.Desktop.Core.Events.ProjectWindowSelectedItemsChangedEvent
         ArcGIS.Desktop.Editing.Events.ActiveTopologyChangingEvent
         ArcGIS.Desktop.Editing.Events.EditCompletingEvent
         ArcGIS.Desktop.Editing.Events.EditStartedEvent
         ArcGIS.Desktop.Editing.Events.GroundToGridEvent
         ArcGIS.Desktop.Framework.Events.ActivePaneChangedEvent
         ArcGIS.Desktop.Framework.Events.ActivePaneChangingEvent
         ArcGIS.Desktop.Framework.Events.ActiveToolChangedEvent
         ArcGIS.Desktop.Framework.Events.ActiveWindowChangedEvent
         ArcGIS.Desktop.Framework.Events.ApplicationReadyEvent
         ArcGIS.Desktop.Framework.Events.ApplicationStartupEvent
         ArcGIS.Desktop.Framework.Events.ClipboardChangedEvent
         ArcGIS.Desktop.Framework.Events.DictionaryChangedEvent
         ArcGIS.Desktop.GeoProcessing.Georeferencing.SessionBaseEvent<U>
         ArcGIS.Desktop.GeoProcessing.ModelBuilder.Events.MBPaneActivatedEvent
         ArcGIS.Desktop.Layouts.Events.ActivateMapFrameEvent
         ArcGIS.Desktop.Layouts.Events.ActiveLayoutViewChangedEvent
         ArcGIS.Desktop.Layouts.Events.ElementAddedEvent
         ArcGIS.Desktop.Layouts.Events.ElementRemovedEvent
         ArcGIS.Desktop.Layouts.Events.ElementsPlacementChangedEvent
         ArcGIS.Desktop.Layouts.Events.ElementStyleChangedEvent
         ArcGIS.Desktop.Layouts.Events.ElementsUpdatedEvent
         ArcGIS.Desktop.Layouts.Events.LayoutAddedEvent
         ArcGIS.Desktop.Layouts.Events.LayoutChangedEvent
         ArcGIS.Desktop.Layouts.Events.LayoutClosedEvent
         ArcGIS.Desktop.Layouts.Events.LayoutClosingEvent
         ArcGIS.Desktop.Layouts.Events.LayoutPauseDrawingChangedEvent
         ArcGIS.Desktop.Layouts.Events.LayoutRemovedEvent
         ArcGIS.Desktop.Layouts.Events.LayoutViewEvent
         ArcGIS.Desktop.Layouts.Events.MapSeriesEvent
         ArcGIS.Desktop.Layouts.Events.PageChangedEvent
         ArcGIS.Desktop.Mapping.Controls.LocatorActivateEvent
         ArcGIS.Desktop.Mapping.Events.ActiveMapViewChangedEvent
         ArcGIS.Desktop.Mapping.Events.AnimationExportFinishedEvent
         ArcGIS.Desktop.Mapping.Events.BuildingRenderingFiltersChangedEvents
         ArcGIS.Desktop.Mapping.Events.DrawCompleteEvent
         ArcGIS.Desktop.Mapping.Events.DrawStartedEvent
         ArcGIS.Desktop.Mapping.Events.ElementSelectionChangedEvent
         ArcGIS.Desktop.Mapping.Events.ExploratoryAnalysisUpdatedEvent
         ArcGIS.Desktop.Mapping.Events.LayersAddedEvent
         ArcGIS.Desktop.Mapping.Events.LayersMovedEvent
         ArcGIS.Desktop.Mapping.Events.LayersRemovedEvent
         ArcGIS.Desktop.Mapping.Events.MapClosedEvent
         ArcGIS.Desktop.Mapping.Events.MapMemberPropertiesChangedEvent
         ArcGIS.Desktop.Mapping.Events.MapPropertyChangedEvent
         ArcGIS.Desktop.Mapping.Events.MapRemovedEvent
         ArcGIS.Desktop.Mapping.Events.MapSelectionChangedEvent
         ArcGIS.Desktop.Mapping.Events.MapViewCameraChangedEvent
         ArcGIS.Desktop.Mapping.Events.MapViewCameraChangingEvent
         ArcGIS.Desktop.Mapping.Events.MapViewInitializedEvent
         ArcGIS.Desktop.Mapping.Events.MapViewNavigationInterruptedEvent
         ArcGIS.Desktop.Mapping.Events.MapViewRangeChangedEvent
         ArcGIS.Desktop.Mapping.Events.MapViewTimeChangedEvent
         ArcGIS.Desktop.Mapping.Events.PauseDrawingChangedEvent
         ArcGIS.Desktop.Mapping.Events.PointCloudLayerRendererChangedEvents
         ArcGIS.Desktop.Mapping.Events.StandaloneTablesAddedEvent
         ArcGIS.Desktop.Mapping.Events.StandaloneTablesRemovedEvent
         ArcGIS.Desktop.Mapping.Events.TOCSelectionChangedEvent
         ArcGIS.Desktop.Mapping.Events.ViewingModeChangedEvent
         ArcGIS.Desktop.TaskAssistant.Events.TaskEndedEvent
         ArcGIS.Desktop.TaskAssistant.Events.TaskStartedEvent

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

CompositePresentationEvent<TPayload> Members
ArcGIS.Core.Events Namespace