ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / Pane Class / OperationManager Property

In This Topic
    OperationManager Property (Pane)
    In This Topic
    Gets the OperationManager associated with the Pane.
    Syntax
    public virtual OperationManager OperationManager {get;}
    Public Overridable ReadOnly Property OperationManager As OperationManager
    Remarks

    Each Pane and DockPane instance by default has their own OperationManager which represents an operation stack. The application's undo/redo controls work with the current OperationManager which is established by the active window. When a Pane or DockPane is activated, its OperationManager is requested. Derived classes can use this method to provide their own OperationManager. For example, Map Panes representing a specific Map, all share the same OperationManager.

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also