ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core.Events Namespace / ProjectSavingEvent Class
Members

In This Topic
    ProjectSavingEvent Class
    In This Topic
    Occurs when a project in the process of being saved
    Object Model
    ProjectSavingEvent ClassSubscriptionToken ClassSubscriptionToken Class
    Syntax
    public sealed class ProjectSavingEvent : ArcGIS.Core.Events.AsyncPresentationEvent<ProjectEventArgs> 
    Public NotInheritable Class ProjectSavingEvent 
       Inherits ArcGIS.Core.Events.AsyncPresentationEvent(Of ProjectEventArgs)
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.Events.EventBase
          ArcGIS.Core.Events.AsyncPresentationEvent<TPayload>
             ArcGIS.Desktop.Core.Events.ProjectSavingEvent

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also