ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / PaneBase Class


In This Topic
    PaneBase Class Methods
    In This Topic

    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 Duplicate 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 Duplicate 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 during OnKeyDown if when a register shortcut matches.  
    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