ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Events Namespace / CompositePresentationEvent<TPayload> Class
The type of message that will be passed to the subscribers.
Members

In This Topic
    CompositePresentationEvent<TPayload> Class
    In This Topic
    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.DeviceLocation.Events.DeviceLocationPropertiesUpdatedEvent
             ArcGIS.Desktop.Core.DeviceLocation.Events.DeviceLocationSourceChangedEvent
             ArcGIS.Desktop.Core.DeviceLocation.Events.SnapshotChangedEvent
             ArcGIS.Desktop.Core.Events.ActivePaneInitializedEvent
             ArcGIS.Desktop.Core.Events.ActivePortalChangedEvent
             ArcGIS.Desktop.Core.Events.ArcGISPortalAddedEvent
             ArcGIS.Desktop.Core.Events.ArcGISPortalRemovedEvent
             ArcGIS.Desktop.Core.Events.BrowseLocationsClearedEvent
             ArcGIS.Desktop.Core.Events.FavoritesChangedEvent
             ArcGIS.Desktop.Core.Events.GPExecuteToolEvent
             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.ProjectUnitFormatsChangedEvent
             ArcGIS.Desktop.Core.Events.ProjectWindowSelectedItemsChangedEvent
             ArcGIS.Desktop.Core.Events.ProProjectSavingEvent
             ArcGIS.Desktop.Editing.Events.ActiveParcelRecordChangingEvent
             ArcGIS.Desktop.Editing.Events.ActiveTemplateChangedEvent
             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.Layouts.Events.ElementEvent
             ArcGIS.Desktop.Layouts.Events.LayoutEvent
             ArcGIS.Desktop.Layouts.Events.LayoutViewEvent
             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.ElevationSurfaceLayerCollectionChangedEvent
             ArcGIS.Desktop.Mapping.Events.ExploratoryAnalysisUpdatedEvent
             ArcGIS.Desktop.Mapping.Events.FeatureCacheEvent
             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.MapUnitFormatChangedEvent
             ArcGIS.Desktop.Mapping.Events.MapViewCameraChangedEvent
             ArcGIS.Desktop.Mapping.Events.MapViewCameraChangingEvent
             ArcGIS.Desktop.Mapping.Events.MapViewFloorChangedEvent
             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.SketchCanceledEvent
             ArcGIS.Desktop.Mapping.Events.SketchCompletedEvent
             ArcGIS.Desktop.Mapping.Events.SketchModifiedEvent
             ArcGIS.Desktop.Mapping.Events.SnappingChangedEvent
             ArcGIS.Desktop.Mapping.Events.StandaloneTablesAddedEvent
             ArcGIS.Desktop.Mapping.Events.StandaloneTablesMovedEvent
             ArcGIS.Desktop.Mapping.Events.StandaloneTablesRemovedEvent
             ArcGIS.Desktop.Mapping.Events.TOCSelectionChangedEvent
             ArcGIS.Desktop.Mapping.Events.ViewingModeChangedEvent
             ArcGIS.Desktop.Mapping.Voxel.Events.VoxelAssetChangedEvent
             ArcGIS.Desktop.Mapping.Voxel.Events.VoxelVariableProfileStatisticsChangedEvent
             ArcGIS.Desktop.Reports.Events.ReportAddedEvent
             ArcGIS.Desktop.Reports.Events.ReportDataSourceChangedEvent
             ArcGIS.Desktop.Reports.Events.ReportPropertyChangedEvent
             ArcGIS.Desktop.Reports.Events.ReportRemovedEvent
             ArcGIS.Desktop.Reports.Events.ReportSectionChangedEvent
             ArcGIS.Desktop.TaskAssistant.Events.TaskEndedEvent
             ArcGIS.Desktop.TaskAssistant.Events.TaskStartedEvent

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also