Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NPageItem Class / OnOwnerLibaryItemChanged Method


In This Topic
    OnOwnerLibaryItemChanged Method
    In This Topic
    Called when the reference to the owner library item has changed.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnOwnerLibaryItemChanged( _
       ByVal libarryItem As NLibraryItem _
    ) 
    'Usage
     
    
    Dim instance As NPageItem
    Dim libarryItem As NLibraryItem
     
    instance.OnOwnerLibaryItemChanged(libarryItem)
    protected virtual void OnOwnerLibaryItemChanged( 
       NLibraryItem libarryItem
    )

    Parameters

    libarryItem
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also