ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Framework.Events Namespace / ClipboardChangedEvent Class
Members

In This Topic
    ClipboardChangedEvent Class
    In This Topic
    Occurs when something is copied to the clipboard.
    Object Model
    ClipboardChangedEvent ClassSubscriptionToken ClassSubscriptionToken Class
    Syntax
    Public NotInheritable Class ClipboardChangedEvent 
       Inherits ArcGIS.Core.Events.CompositePresentationEvent(Of EventArgs)
    public sealed class ClipboardChangedEvent : ArcGIS.Core.Events.CompositePresentationEvent<EventArgs> 
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.Events.EventBase
          ArcGIS.Core.Events.CompositePresentationEvent<TPayload>
             ArcGIS.Desktop.Framework.Events.ClipboardChangedEvent

    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also