ArcGIS Pro 2.8 API Reference Guide
PaneBase Class Methods


ArcGIS.Desktop.Framework.Contracts Namespace : PaneBase Class

For a list of all members of this type, see PaneBase members.

Public Methods
 NameDescription
Public Method Invoked when an object is dragged over the window. Implement this method to add class handling for this event.  
Public Method Invoked when an object is dropped onto the pane. Implement this method to add class handling for this event.  
Top
Protected Methods
 NameDescription
Protected Internal Method The active pane is constantly polled giving it the opportunity to enable the application's Copy button.  
Protected Internal Method The active pane is constantly polled giving it the opportunity to enable the application's CopyPath button.  
Protected Internal Method The active pane is constantly polled giving it the opportunity to enable the application's Cut button.  
Protected Internal Method The active pane is constantly polled giving it the opportunity to enable the application's Delete button.  
Protected Internal Method The active pane is constantly polled giving it the opportunity to enable the application's Paste button.  
Protected Internal Method The active pane is constantly polled giving it the opportunity to enable the application's PasteSpecial button.  
Protected Internal Method Called when the Copy command is clicked.  
Protected Internal Method Called when the CopyPath command is clicked.  
Protected Internal Method Called when the Cut command is executed.  
Protected Internal Method Called when the Delete command is executed.  
Protected Internal Method Called when the pane is first created to give it the opportunity to initialize itself asynchronously.  
Protected MethodOverloaded.  (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
Protected Internal Method Called periodically by the framework once the tool has been created. (Inherited from ArcGIS.Desktop.Framework.Contracts.PlugIn)
Protected Internal Method Called when the Paste command is executed.  
Protected Internal Method Called when the PasteSpecial command is executed.  
Protected MethodOverloaded.  (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
Protected Internal Method Called when the pane is closed to give it the opportunity to uninitialize itself asynchronously.  
Top
See Also

Reference

PaneBase Class
ArcGIS.Desktop.Framework.Contracts Namespace
Pane Class
DockPane Class