ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Core Namespace / Item Class / OnCurrentRoot Method

In This Topic
    OnCurrentRoot Method (Item)
    In This Topic
    Called when the Item becomes the current root item in the Catalog View.
    Syntax
    Public Overridable Sub OnCurrentRoot( _
       ByVal isActivating As Boolean _
    ) 
    public virtual void OnCurrentRoot( 
       bool isActivating
    )

    Parameters

    isActivating
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also