public virtual OperationManager OperationManager {get;}
Public Overridable ReadOnly Property OperationManager As OperationManager
public virtual OperationManager OperationManager {get;}
Public Overridable ReadOnly Property OperationManager As OperationManager
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.
Target Platforms: Windows 10, Windows 8.1, Windows 7